Joe Perches 326b1ffc13 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 <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-02-05 20:38:48 +11:00
..
2012-11-21 15:53:22 +00:00
2012-10-11 15:11:12 +02:00
2012-10-03 09:03:24 +02:00
2012-06-27 12:44:29 -07:00
2013-01-03 15:57:16 -08:00
2012-07-20 10:36:05 +02:00