Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1614364ybh; Thu, 23 Jul 2020 13:25:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw7xmrSsuNbTa1CYltda2Vu/ZeGClLyfz8nbme3YPHs6MY+lfTFX3pWBOf1sFNBdlzYM1zK X-Received: by 2002:a05:6402:b57:: with SMTP id bx23mr5628662edb.304.1595535945392; Thu, 23 Jul 2020 13:25:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595535945; cv=none; d=google.com; s=arc-20160816; b=hgWEKlmAFaavfxCZmswSmy3ZRZofbwQw0XhlvMdaTj5Tcc/xrBpggYey5OL2earNBU qH+ah4biUeE+V91yMUW4XgGE1b60y8IhLkEbJa423jMAQGGDV5M5vPSvcNoGCDsWojn+ MbJXkW2HbDy2MvJ1EBKvo1mw0Q3UTDJ/0hV9MLrDFIF6YUfxfHFVKdtM6B3CmJoc7/h0 DM1IjbI4m4MUgzNiHI1T9/TOA6EUIPxK93kQAqZK/IilFGe5w0Zi2A+7Ln8iEMMOakzJ HMuxV/TJJ1s5dOMzBzNAhxPxMHq3ftyMc9fkOhB1NV2q0/V12NP5EkO81jKxv82qSj5Q vjJA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=GhglF4kB1QPLC5GJeo+FEccPU+PMwnDbYtphpxWnwE8=; b=Xv534/2Tchzv9Y9AQJsxrB0MNlu9EhmW/Mv9wKWYfbLEdfG4W3Pe/RHldObTSu27LI UEE/lRfBOja3QfWrX31Msba5HIORIC5JdL++01oEnSVBdmArUri/zl1LmIZS26+qkOdc A9ZyBv4iAlUIb59N5WvcS2NePJjfq3su7hU555dH14reJlILtVeGGKBpfCHywOGKTfOq CuZzFDXqOom03lkFmw9xGQaZ/ZFG8xh6Npr6YqNQb1HtpP/71uSagfqjkm3JKYQ2i+GL zGV38w5ViFFoSNM59F2AeJJ9B8QjECnL63Vtm91MSqssFPrsVb+rDUyctrL8Qt5il0pv 08BA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z3si944122edj.67.2020.07.23.13.25.22; Thu, 23 Jul 2020 13:25:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726535AbgGWUZS (ORCPT + 99 others); Thu, 23 Jul 2020 16:25:18 -0400 Received: from ms.lwn.net ([45.79.88.28]:42466 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725979AbgGWUZS (ORCPT ); Thu, 23 Jul 2020 16:25:18 -0400 Received: from lwn.net (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 481C72BA; Thu, 23 Jul 2020 20:25:18 +0000 (UTC) Date: Thu, 23 Jul 2020 14:25:17 -0600 From: Jonathan Corbet To: "Daniel W. S. Almeida" Cc: jens.wiklander@linaro.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, op-tee@lists.trustedfirmware.org Subject: Re: [PATCH] docs: staging/tee.rst: convert into definition list Message-ID: <20200723142517.4a6e17c5@lwn.net> In-Reply-To: <20200718165107.625847-4-dwlsalmeida@gmail.com> References: <20200718165107.625847-1-dwlsalmeida@gmail.com> <20200718165107.625847-4-dwlsalmeida@gmail.com> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 18 Jul 2020 13:50:58 -0300 "Daniel W. S. Almeida" wrote: > TEE bus infrastructure registers following APIs: > -- match(): iterates over the client driver UUID table to find a corresponding > - match for device UUID. If a match is found, then this particular device is > - probed via corresponding probe API registered by the client driver. This > - process happens whenever a device or a client driver is registered with TEE > - bus. > -- uevent(): notifies user-space (udev) whenever a new device is registered on > - TEE bus for auto-loading of modularized client drivers. > + > +match(): > + iterates over the client driver UUID table to find a corresponding > + match for device UUID. If a match is found, then this particular device is > + probed via corresponding probe API registered by the client driver. This > + process happens whenever a device or a client driver is registered with TEE > + bus. > + > +uevent(): > + notifies user-space (udev) whenever a new device is registered on > + TEE bus for auto-loading of modularized client drivers. Just FWIW, this could have been fixed by adding a blank line between the two bulleted entries. This fix is fine too, though, applied, thanks. jon