From: Namjae Jeon Date: Fri, 22 Feb 2013 00:44:08 +0000 (-0800) Subject: lib/parser.c: fix up comments for valid return values from match_number X-Git-Tag: v3.9-rc1~114^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53769627b93d5b1d04178fd1fb2558d933ee9e81;p=pandora-kernel.git 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 Signed-off-by: Amit Sahrawat Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed