diff options
author | Joe Perches <joe@perches.com> | 2015-06-25 15:02:49 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-06-25 17:00:41 -0700 |
commit | e6176fa4728fb6df4f66c3e9c08736c369e71f75 (patch) | |
tree | 97f9337a285c00467e8204c3958d9dc5bf26e37e /kernel | |
parent | cb426e99ff9225e94fb56bd4c5cfcce8b78a3904 (diff) |
checkpatch: add --strict warning for c99 fixed size typedefs : int<size>_t
Using declarations like u_int16_t in kernel code is not preferred.
Suggest the kernel sized types instead of the c99 types when not in the
uapi directory.
Add a $typeC99Typedefs variable for the types to check and neaten the
other typedef variables.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions