aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib
diff options
context:
space:
mode:
authorMasahiro Yamada <[email protected]>2019-03-07 16:27:11 -0800
committerLinus Torvalds <[email protected]>2019-03-07 18:31:59 -0800
commit2dc0e68d5ada6d29554c760bee498c2612530d12 (patch)
treec9c9f466791f6aeae6b4c04cce077d42d12328f3 /tools/perf/scripts/python/Perf-Trace-Util/lib
parentf1fffbd44722cec9b8dd54d5cc86bd081ce39217 (diff)
linux/kernel.h: use 'short' to define USHRT_MAX, SHRT_MAX, SHRT_MIN
The commit log of 44f564a4bf6a ("ipc: add definitions of USHORT_MAX and others") did not explain why it used (s16) and (u16) instead of (short) and (unsigned short). Let's use (short) and (unsigned short), which is more sensible, and more consistent with the other MAX/MIN defines. As you see in include/uapi/asm-generic/int-ll64.h, s16/u16 are typedef'ed as signed/unsigned short. So, this commit does not have a functional change. Remove the unneeded parentheses around ~0U while we are here. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Masahiro Yamada <[email protected]> Cc: Alexey Dobriyan <[email protected]> Cc: Zhang Yanmin <[email protected]> Cc: Alex Elder <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib')
0 files changed, 0 insertions, 0 deletions