diff options
author | Joe Perches <[email protected]> | 2015-02-13 14:38:43 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2015-02-13 21:21:39 -0800 |
commit | 021158b4c7bd8d0ec4dc8d09c013288429da7ee2 (patch) | |
tree | 0eebaf471c91b6f38a7b2a158f9349ae3a01a80e /kernel/locking/mutex-debug.c | |
parent | b671fde0572af42495ce3183969b0cafa98fd9ec (diff) |
checkpatch: add types for other OS typedefs
bsd and sysv use different typedefs for unsigned types.
These are in types.h but not in checkpatch, so add them to checkpatch's
ability to know types.
This can avoid false positives for code like:
void foo(void)
{
int x;
uint y;
[...];
}
where checkpatch incorrectly emits a warning for "missing a blank line
after declarations".
Signed-off-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'kernel/locking/mutex-debug.c')
0 files changed, 0 insertions, 0 deletions