]> Git Repo - linux.git/commit
lib/parser.c: fix up comments for valid return values from match_number
authorNamjae Jeon <[email protected]>
Fri, 22 Feb 2013 00:44:08 +0000 (16:44 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Signed-off-by: Amit Sahrawat <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
lib/parser.c
This page took 0.046583 seconds and 4 git commands to generate.