OSDN Git Service

bitmap.h: fix kernel-doc warning and typo
authorRandy Dunlap <rdunlap@infradead.org>
Mon, 14 Oct 2019 21:12:20 +0000 (14:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 14 Oct 2019 22:04:01 +0000 (15:04 -0700)
commit2a7e582f429bd983816ad366cf0f1fcf87ec6ba6
treedfe2ad0a36cf623d1b68d95cb52db6f6d7c1305e
parentb46ec1da5eb7d728938c8d115c4c291c7c71a98d
bitmap.h: fix kernel-doc warning and typo

Fix kernel-doc warning in <linux/bitmap.h>:

  include/linux/bitmap.h:341: warning: Function parameter or member 'nbits' not described in 'bitmap_or_equal'

Also fix small typo (bitnaps).

Link: http://lkml.kernel.org/r/0729ea7a-2c0d-b2c5-7dd3-3629ee0803e2@infradead.org
Fixes: b9fa6442f704 ("cpumask: Implement cpumask_or_equal()")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/bitmap.h