summaryrefslogtreecommitdiffstats
path: root/init/do_mounts_rd.c
diff options
context:
space:
mode:
authorJoe Perches2018-04-11 01:34:25 +0200
committerLinus Torvalds2018-04-11 19:28:36 +0200
commit5d430902615bdea9d9bc205ed06ffc40d86ea66f (patch)
treeec282862c3d5a0dd1b42ac9fc68f1844f5dd3e72 /init/do_mounts_rd.c
parentcheckpatch: allow space between colon and bracket (diff)
downloadkernel-qcow2-linux-5d430902615bdea9d9bc205ed06ffc40d86ea66f.tar.gz
kernel-qcow2-linux-5d430902615bdea9d9bc205ed06ffc40d86ea66f.tar.xz
kernel-qcow2-linux-5d430902615bdea9d9bc205ed06ffc40d86ea66f.zip
checkpatch: whinge about bool bitfields
Using bool in a bitfield isn't a good idea as the alignment behavior is arch implementation defined. Suggest using unsigned int or u<8|16|32> instead. Link: http://lkml.kernel.org/r/e22fb871b1b7f2fda4b22f3a24e0d7f092eb612c.camel@perches.com Signed-off-by: Joe Perches <joe@perches.com> Suggested-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/do_mounts_rd.c')
0 files changed, 0 insertions, 0 deletions