diff options
| author | Hanjun Guo <[email protected]> | 2017-03-07 20:39:57 +0800 |
|---|---|---|
| committer | Lorenzo Pieralisi <[email protected]> | 2017-03-21 18:09:51 +0000 |
| commit | 6cb6bf56dc15ec3954186524cd9a41347a18ebc8 (patch) | |
| tree | 1ff2b47e8ce2977d96008761b347f1e803ef7d36 | |
| parent | d89cf2e4182603a04e34bdf5622b21a287986bea (diff) | |
ACPI/IORT: Add missing comment for iort_dev_find_its_id()
Add missing req_id parameter to the iort_dev_find_its_id() function
kernel-doc comment.
Signed-off-by: Hanjun Guo <[email protected]>
Signed-off-by: Lorenzo Pieralisi <[email protected]>
Tested-by: Ming Lei <[email protected]>
Tested-by: Wei Xu <[email protected]>
Tested-by: Sinan Kaya <[email protected]>
Cc: Lorenzo Pieralisi <[email protected]>
Cc: Tomasz Nowicki <[email protected]>
| -rw-r--r-- | drivers/acpi/arm64/iort.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/acpi/arm64/iort.c b/drivers/acpi/arm64/iort.c index 2e368a6aebda..abc5774148d7 100644 --- a/drivers/acpi/arm64/iort.c +++ b/drivers/acpi/arm64/iort.c @@ -450,6 +450,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 requester ID * @idx: Index of the ITS identifier list. * @its_id: ITS identifier. * |