lib/parser: cleanup match_number()
authorNamhyung Kim <namhyung@gmail.com>
Tue, 26 Oct 2010 21:23:09 +0000 (14:23 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Oct 2010 23:52:19 +0000 (16:52 -0700)
commit5d051decfc27cdf33fbbd2bfca958d0d2c903569
tree4f6579fdf86218d5214bf76e20e0534ea9a4c5c9
parentea00c30b5b31baa91be29bee966204eccc15e9d3
lib/parser: cleanup match_number()

Use new variable 'len' to make code more readable.

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/parser.c