diff options
author | Randy Dunlap <rdunlap@xenotime.net> | 2011-08-18 15:19:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-18 17:12:48 -0400 |
commit | d522a0d17963e9c2e556db2cbd60c96d40505b6c (patch) | |
tree | 90391acd50f0fa2b432d9defdb96627e6c1061b7 /kernel | |
parent | 8cf2d2399ab60842f55598bc1b00fd15503b9950 (diff) |
irqdesc: fix new kernel-doc warning
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>
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/irq/irqdesc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c index cb65d0360e31..039b889ea053 100644 --- a/kernel/irq/irqdesc.c +++ b/kernel/irq/irqdesc.c | |||
@@ -344,6 +344,7 @@ EXPORT_SYMBOL_GPL(irq_free_descs); | |||
344 | * @from: Start the search from this irq number | 344 | * @from: Start the search from this irq number |
345 | * @cnt: Number of consecutive irqs to allocate. | 345 | * @cnt: Number of consecutive irqs to allocate. |
346 | * @node: Preferred node on which the irq descriptor should be allocated | 346 | * @node: Preferred node on which the irq descriptor should be allocated |
347 | * @owner: Owning module (can be NULL) | ||
347 | * | 348 | * |
348 | * Returns the first irq number or error code | 349 | * Returns the first irq number or error code |
349 | */ | 350 | */ |