]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: return is not a function
authorDave Chinner <dchinner@redhat.com>
Wed, 3 Dec 2014 06:29:25 +0000 (17:29 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 3 Dec 2014 06:29:25 +0000 (17:29 +1100)
commitd79c7a7945fc8f5ce50d1969f00788456420c5f9
tree6d86d1cb595890c826f382be0fd1cf0802deb1cf
parentbbe89d6555a3fbc0b17c4a5946cbc5846b2698f0
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.

Port of kernel commit d99831ff393ff2e28d6110b41f24d9fecf986222
from Eric Sandeen.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
libxfs/cache.c
libxfs/darwin.c
libxfs/freebsd.c
libxfs/irix.c
libxfs/trans.c
libxfs/xfs_attr.c
libxfs/xfs_attr_leaf.c
libxfs/xfs_attr_remote.c
libxfs/xfs_da_btree.c
libxfs/xfs_inode_fork.c