lib/bitmap.c: fix kernel-doc notation
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 15 Jun 2011 22:08:10 +0000 (15:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Jun 2011 03:03:59 +0000 (20:03 -0700)
commitb0825ee3a8c570df4873ee397fa453e67fdad5d7
treece73701a261bf915a4ee24d40a46ad89eff712c7
parent0164f69d0cf1a6abbc936851f5b72ece92187cda
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 <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/bitmap.c