projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d89cf2e
)
ACPI/IORT: Add missing comment for iort_dev_find_its_id()
author
Hanjun Guo
<
[email protected]
>
Tue, 7 Mar 2017 12:39:57 +0000
(20:39 +0800)
committer
Lorenzo Pieralisi
<
[email protected]
>
Tue, 21 Mar 2017 18:09:51 +0000
(18:09 +0000)
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]
>
drivers/acpi/arm64/iort.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/arm64/iort.c
b/drivers/acpi/arm64/iort.c
index 2e368a6aebda34e6c05aa67994bed7edf42b002c..abc5774148d7798d4498d79b38801d7898358a08 100644
(file)
--- 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.
*