lib/parser.c: fix up comments for valid return values from match_number
authorNamjae Jeon <namjae.jeon@samsung.com>
Fri, 22 Feb 2013 00:44:08 +0000 (16:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Feb 2013 01:22:25 +0000 (17:22 -0800)
commit53769627b93d5b1d04178fd1fb2558d933ee9e81
tree493b4f17a4b47b355ca037f63a15e89d5f2175a9
parent9e9cdc89695d04359e2d67521199156549c12eb4
lib/parser.c: fix up comments for valid return values from match_number

match_number() has return values of -ENOMEM, -EINVAL and -ERANGE.  So, for
all the functions calling match_number, the return value should include
these values.  Fix up the comments to reflect the correct values.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/parser.c