From: Randy Dunlap <rdun...@infradead.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 <rdun...@infradead.org> Cc: David Howells <dhowe...@redhat.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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/