]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: return is not a function
authorDave Chinner <dchinner@redhat.com>
Fri, 5 Jun 2015 00:13:26 +0000 (10:13 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 5 Jun 2015 00:13:26 +0000 (10:13 +1000)
commiteefa6065bee9d652c4cc79cfdae5641201a2fd1e
treec2c0587fb31490dc3b9518136cc3c954fd648daa
parent3a252cc89665daaad508cdef25eb41a5f1896e01
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