aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2018-04-10 16:34:25 -0700
committerLinus Torvalds <[email protected]>2018-04-11 10:28:36 -0700
commit5d430902615bdea9d9bc205ed06ffc40d86ea66f (patch)
treeec282862c3d5a0dd1b42ac9fc68f1844f5dd3e72 /tools/perf/scripts/python/compaction-times.py
parent38dca988bb208e66d6fdb6346f7266f3d2d1a8a4 (diff)
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/[email protected] Signed-off-by: Joe Perches <[email protected]> Suggested-by: Peter Zijlstra <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions