diff options
author | 2016-05-20 17:04:02 -0700 | |
---|---|---|
committer | 2016-05-20 17:58:30 -0700 | |
commit | f39e1769bbfc4936ff8364fb2529dc8bf6bc6888 (patch) | |
tree | a3ed1a88fa0d29022c876037258ecb5827a2fea2 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | checkpatch: add PREFER_IS_ENABLED test (diff) | |
download | linux-dev-f39e1769bbfc4936ff8364fb2529dc8bf6bc6888.tar.xz linux-dev-f39e1769bbfc4936ff8364fb2529dc8bf6bc6888.zip |
checkpatch: improve CONSTANT_COMPARISON test for structure members
A "." dereference to an all uppercase structure member can be
incorrectly reported as a CONSTANT_COMPARISON.
ie: "if (table[i].PANELID == tempdx)"
Fix it by checking for "." before the constant test.
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 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions