projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf2d23
)
irqdesc: fix new kernel-doc warning
author
Randy Dunlap
<rdunlap@xenotime.net>
Thu, 18 Aug 2011 19:19:27 +0000
(12:19 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 18 Aug 2011 21:12:48 +0000
(14:12 -0700)
Fix kernel-doc warning in irqdesc.c:
Warning(kernel/irq/irqdesc.c:353): No description found for parameter 'owner'
Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/irq/irqdesc.c
patch
|
blob
|
blame
|
history
diff --git
a/kernel/irq/irqdesc.c
b/kernel/irq/irqdesc.c
index cb65d0360e316e03aa09123e945a38feef1476f2..039b889ea053abf0ac72cd77809490d202ad0121 100644
(file)
--- a/
kernel/irq/irqdesc.c
+++ b/
kernel/irq/irqdesc.c
@@
-344,6
+344,7
@@
EXPORT_SYMBOL_GPL(irq_free_descs);
* @from: Start the search from this irq number
* @cnt: Number of consecutive irqs to allocate.
* @node: Preferred node on which the irq descriptor should be allocated
+ * @owner: Owning module (can be NULL)
*
* Returns the first irq number or error code
*/