+ bitmaph-fix-kernel-doc-warning-and-typo.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Subject: bitmap.h: fix kernel-doc warning and typo
has been added to the -mm tree.  Its filename is
     bitmaph-fix-kernel-doc-warning-and-typo.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/bitmaph-fix-kernel-doc-warning-and-typo.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/bitmaph-fix-kernel-doc-warning-and-typo.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/process/submit-checklist.rst when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Subject: 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@xxxxxxxxxxxxx
Fixes: b9fa6442f704 ("cpumask: Implement cpumask_or_equal()")
Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 include/linux/bitmap.h |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/include/linux/bitmap.h~bitmaph-fix-kernel-doc-warning-and-typo
+++ a/include/linux/bitmap.h
@@ -326,10 +326,11 @@ static inline int bitmap_equal(const uns
 }
 
 /**
- * bitmap_or_equal - Check whether the or of two bitnaps is equal to a third
+ * bitmap_or_equal - Check whether the or of two bitmaps is equal to a third
  * @src1:	Pointer to bitmap 1
  * @src2:	Pointer to bitmap 2 will be or'ed with bitmap 1
  * @src3:	Pointer to bitmap 3. Compare to the result of *@src1 | *@src2
+ * @nbits:	number of bits in each of these bitmaps
  *
  * Returns: True if (*@src1 | *@src2) == *@src3, false otherwise
  */
_

Patches currently in -mm which might be from rdunlap@xxxxxxxxxxxxx are

fs-fix-direct-ioc-kernel-doc-warning.patch
fs-fix-libfsc-kernel-doc-warning.patch
fs-fs-writebackc-fix-kernel-doc-warning.patch
bitmaph-fix-kernel-doc-warning-and-typo.patch
xarrayh-fix-kernel-doc-warning.patch
mm-slabc-fix-kernel-doc-warning-for-__ksize.patch
pinctrl-fix-pxa2xxc-build-warnings.patch




[Index of Archives]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux