diff options
author | Joe Perches <[email protected]> | 2013-02-04 14:28:51 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-02-05 20:38:48 +1100 |
commit | 326b1ffc136d944d403a2b44dc3abace2a4e10fd (patch) | |
tree | 8cc25f335929cce2fc6ba48257e52784eea63fb6 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 91c777d86752b00bb3a1d8efa3d8f7e1264f38a9 (diff) |
checkpatch: fix $Float creation of match variables
Commit 74349bccedb3 ("checkpatch: add support for floating point
constants") added an unnecessary match variable that caused tests that
used a $Constant or $LvalOrFunc to have one too many matches.
This causes problems with usleep_range, min/max and other extended
tests.
Avoid using match variables in $Float.
Avoid using match variables in $Assignment too.
Signed-off-by: Joe Perches <[email protected]>
Cc: Andy Whitcroft <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions