From: Eric Sandeen Date: Sun, 22 Jun 2014 05:03:54 +0000 (+1000) Subject: xfs: return is not a function X-Git-Tag: omap-for-v3.17/fixes-against-rc2~83^2~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d99831ff393ff2e28d6110b41f24d9fecf986222;p=pandora-kernel.git xfs: return is not a function return is not a function. "return(EIO);" is silly; "return (EIO);" moreso. return is not a function. Nuke the pointless parens. [dchinner: catch a couple of extra cases in xfs_attr_list.c, xfs_acl.c and xfs_linux.h.] Signed-off-by: Eric Sandeen Reviewed-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- Reading git-diff-tree failed