Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 72407674 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Linus Torvalds
Browse files

include/linux/bitfield.h: remove 32bit from FIELD_GET comment block

parent 8cb5d748
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.