diff options
author | Joe Perches <[email protected]> | 2018-04-10 16:34:25 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2018-04-11 10:28:36 -0700 |
commit | 5d430902615bdea9d9bc205ed06ffc40d86ea66f (patch) | |
tree | ec282862c3d5a0dd1b42ac9fc68f1844f5dd3e72 /tools/perf/scripts/python/syscall-counts.py | |
parent | 38dca988bb208e66d6fdb6346f7266f3d2d1a8a4 (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/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions