mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 35/51] include/linux/bitfield.h: remove 32bit from FIELD_GET comment block
@ 2017-10-03 23:16 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-10-03 23:16 UTC (permalink / raw)
  To: torvalds, mm-commits, akpm, yamada.masahiro, jakub.kicinski

From: Masahiro Yamada <yamada.masahiro@socionext.com>
Subject: include/linux/bitfield.h: remove 32bit from FIELD_GET comment block

I do not see anything that restricts this macro to 32 bit width.

Link: http://lkml.kernel.org/r/1505921975-23379-1-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Jakub Kicinski <jakub.kicinski@netronome.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/bitfield.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/bitfield.h~bitfieldh-remove-32bit-from-field_get-comment-block include/linux/bitfield.h
--- a/include/linux/bitfield.h~bitfieldh-remove-32bit-from-field_get-comment-block
+++ a/include/linux/bitfield.h
@@ -92,7 +92,7 @@
 /**
  * FIELD_GET() - extract a bitfield element
  * @_mask: shifted mask defining the field's length and position
- * @_reg:  32bit value of entire bitfield
+ * @_reg:  value of entire bitfield
  *
  * FIELD_GET() extracts the field specified by @_mask from the
  * bitfield passed in as @_reg by masking and shifting it down.
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-10-03 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-03 23:16 [patch 35/51] include/linux/bitfield.h: remove 32bit from FIELD_GET comment block akpm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).