aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_subr.c
diff options
context:
space:
mode:
authorJoe Perches <[email protected]>2011-07-25 17:13:22 -0700
committerLinus Torvalds <[email protected]>2011-07-25 20:57:16 -0700
commit7d2367af0b09f8028dc5c1b1919bb82d141c2afb (patch)
treee2645027cae1b716443e2659bda5364cb101d4e0 /net/lapb/lapb_subr.c
parent27c46a2546c75c6814562e85b751e3d64c188ad5 (diff)
checkpatch: suggest using min_t or max_t
A common issue with min() or max() is using a cast on one or both of the arguments when using min_t/max_t could be better. Add cast detection to uses of min/max and suggest an appropriate use of min_t or max_t instead. Caveat: This only works for min() or max() on a single line. It does not find min() or max() split across multiple lines. This does find: min((u32)foo, bar); But it does not find: max((unsigned long)foo, bar); Suggested-by: Andrew Morton <[email protected]> Signed-off-by: Joe Perches <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions