From mboxrd@z Thu Jan 1 00:00:00 1970 From: kong.kongxinwei@hisilicon.com (Xinwei Kong) Date: Fri, 30 Dec 2016 16:56:56 +0800 Subject: [PATCH v5 03/14] ACPI: ARM64: IORT: add missing comment for iort_dev_find_its_id() In-Reply-To: <1482384922-21507-4-git-send-email-guohanjun@huawei.com> References: <1482384922-21507-1-git-send-email-guohanjun@huawei.com> <1482384922-21507-4-git-send-email-guohanjun@huawei.com> Message-ID: <58662158.2050007@hisilicon.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 2016/12/22 13:35, Hanjun Guo wrote: > From: Hanjun Guo > > We are missing req_id's comment for iort_dev_find_its_id(), > add it back. > > Signed-off-by: Hanjun Guo > 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 > * @idx: Index of the ITS identifier list. > * @its_id: ITS identifier. > * Tested-by: Xinwei Kong