[<prev] [next>] [day] [month] [year] [list]
Message-ID: <51E34567.4090307@infradead.org>
Date: Sun, 14 Jul 2013 17:42:15 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: LKML <linux-kernel@...r.kernel.org>
CC: David Howells <dhowells@...hat.com>,
Linus Torvalds <torvalds@...ux-foundation.org>
Subject: [PATCH] wait.c: fix new wake_up_atomic_t kernel-doc warnings
From: Randy Dunlap <rdunlap@...radead.org>
Fix new kernel-doc warnings in kernel/wait.c:
Warning(kernel/wait.c:374): No description found for parameter 'p'
Warning(kernel/wait.c:374): Excess function parameter 'word' description in 'wake_up_atomic_t'
Warning(kernel/wait.c:374): Excess function parameter 'bit' description in 'wake_up_atomic_t'
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: David Howells <dhowells@...hat.com>
---
kernel/wait.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- lnx-311-rc1.orig/kernel/wait.c
+++ lnx-311-rc1/kernel/wait.c
@@ -362,8 +362,7 @@ EXPORT_SYMBOL(out_of_line_wait_on_atomic
/**
* wake_up_atomic_t - Wake up a waiter on a atomic_t
- * @word: The word being waited on, a kernel virtual address
- * @bit: The bit of the word being waited on
+ * @p: The atomic_t being waited on, a kernel virtual address
*
* Wake up anyone waiting for the atomic_t to go to zero.
*
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists