diff options
author | Joe Perches <[email protected]> | 2014-04-03 14:49:33 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2014-04-03 16:21:16 -0700 |
commit | b00e48148e99a20c3d81346390d60c7d23826f61 (patch) | |
tree | e81e5d2bbb4578c7d096add661c3b5593e0d0b60 /lib/memory-notifier-error-inject.c | |
parent | 91cb5195ff224dd9044cf927f80d9c633cdcffec (diff) |
checkpatch: don't warn on bitfield spaces around :
This test prevents code from being aligned around the : for easy visual
counting of bitfield lengths.
ie:
int foo : 1,
int bar : 2,
int foobar :29;
should be acceptable so remove the test.
Signed-off-by: Joe Perches <[email protected]>
Suggested-by: Dan Carpenter <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions