From: Randy Dunlap Date: Wed, 15 Jun 2011 22:08:10 +0000 (-0700) Subject: lib/bitmap.c: fix kernel-doc notation X-Git-Tag: v3.0-rc4~88 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0825ee3a8c570df4873ee397fa453e67fdad5d7;p=profile%2Fivi%2Fkernel-x86-ivi.git lib/bitmap.c: fix kernel-doc notation Fix new kernel-doc warnings in lib/bitmap.c: Warning(lib/bitmap.c:596): No description found for parameter 'buf' Warning(lib/bitmap.c:596): Excess function parameter 'bp' description in '__bitmap_parselist' Signed-off-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/bitmap.c b/lib/bitmap.c index 41baf02..3f3b681 100644 --- a/lib/bitmap.c +++ b/lib/bitmap.c @@ -572,7 +572,7 @@ EXPORT_SYMBOL(bitmap_scnlistprintf); /** * __bitmap_parselist - convert list format ASCII string to bitmap - * @bp: read nul-terminated user string from this buffer + * @buf: read nul-terminated user string from this buffer * @buflen: buffer size in bytes. If string is smaller than this * then it must be terminated with a \0. * @is_user: location of buffer, 0 indicates kernel space