From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936406AbdADOew (ORCPT ); Wed, 4 Jan 2017 09:34:52 -0500 Received: from foss.arm.com ([217.140.101.70]:52478 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936389AbdADOdn (ORCPT ); Wed, 4 Jan 2017 09:33:43 -0500 Date: Wed, 4 Jan 2017 14:34:42 +0000 From: Lorenzo Pieralisi To: Hanjun Guo Cc: Marc Zyngier , "Rafael J. Wysocki" , linux-acpi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, Thomas Gleixner , Greg KH , Tomasz Nowicki , Ma Jun , Kefeng Wang , Agustin Vega-Frias , Sinan Kaya , charles.garcia-tobin@arm.com, huxinwei@huawei.com, yimin@huawei.com, Jon Masters Subject: Re: [PATCH v6 03/14] ACPI: ARM64: IORT: add missing comment for iort_dev_find_its_id() Message-ID: <20170104143442.GA8604@red-moon> References: <1483363905-2806-1-git-send-email-hanjun.guo@linaro.org> <1483363905-2806-4-git-send-email-hanjun.guo@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483363905-2806-4-git-send-email-hanjun.guo@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 02, 2017 at 09:31:34PM +0800, Hanjun Guo wrote: > We are missing req_id's comment for iort_dev_find_its_id(), > add it back. "Add missing req_id parameter to the iort_dev_find_its_id() function kernel-doc comment." > Signed-off-by: Hanjun Guo > Tested-by: Majun > Tested-by: Xinwei Kong > Cc: Lorenzo Pieralisi > Cc: Tomasz Nowicki > --- > drivers/acpi/arm64/iort.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c > index 46e2d82..174e983 100644 > --- a/drivers/acpi/arm64/iort.c > +++ b/drivers/acpi/arm64/iort.c > @@ -446,6 +446,7 @@ u32 iort_msi_map_rid(struct device *dev, u32 req_id) > /** > * iort_dev_find_its_id() - Find the ITS identifier for a device > * @dev: The device. > + * @req_id: Device's Requster ID s/Requster/Requester We can send it upstream independently along with some other patches in this series but I will have a look at the whole series first. Lorenzo > * @idx: Index of the ITS identifier list. > * @its_id: ITS identifier. > * > -- > 1.9.1 >