From: Robert P. J. Day Date: Tue, 8 May 2007 07:29:20 +0000 (-0700) Subject: audit: add spaces on either side of case "..." operator. X-Git-Tag: v2.6.22-rc1~670 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=039b6b3ed84e45a6f8316358dd2bfdc83d59fc45;p=pandora-kernel.git audit: add spaces on either side of case "..." operator. Following the programming advice laid down in the gcc manual, make sure the case "..." operator has spaces on either side. According to: http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Case-Ranges.html#Case-Ranges: "Be careful: Write spaces around the ..., for otherwise it may be parsed wrong when you use it with integer values." Signed-off-by: Robert P. J. Day Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed