summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorKaho Ng <ngkaho1234@gmail.com>2016-07-20 10:37:50 +1000
committerDave Chinner <david@fromorbit.com>2016-07-20 10:37:50 +1000
commitfbfb24bf105449eab1339c20f6f6b81d02c59c13 (patch)
treedb8691d29ae94e7ca1cbb6f802c4b32da0d47ec6 /fs
parentfbc21f33cda0a8e13ebd71fe2e23a21d4b79afbb (diff)
downloadop-kernel-dev-fbfb24bf105449eab1339c20f6f6b81d02c59c13.zip
op-kernel-dev-fbfb24bf105449eab1339c20f6f6b81d02c59c13.tar.gz
xfs: indentation fix in xfs_btree_get_iroot()
The indentation in this function is different from the other functions. Those spacebars are converted to tabs to improve readability. Signed-off-by: Kaho Ng <ngkaho1234@gmail.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/xfs/libxfs/xfs_btree.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/xfs/libxfs/xfs_btree.c b/fs/xfs/libxfs/xfs_btree.c
index 1f88e1c..4f84dde 100644
--- a/fs/xfs/libxfs/xfs_btree.c
+++ b/fs/xfs/libxfs/xfs_btree.c
@@ -543,12 +543,12 @@ xfs_btree_ptr_addr(
*/
STATIC struct xfs_btree_block *
xfs_btree_get_iroot(
- struct xfs_btree_cur *cur)
+ struct xfs_btree_cur *cur)
{
- struct xfs_ifork *ifp;
+ struct xfs_ifork *ifp;
- ifp = XFS_IFORK_PTR(cur->bc_private.b.ip, cur->bc_private.b.whichfork);
- return (struct xfs_btree_block *)ifp->if_broot;
+ ifp = XFS_IFORK_PTR(cur->bc_private.b.ip, cur->bc_private.b.whichfork);
+ return (struct xfs_btree_block *)ifp->if_broot;
}
/*
OpenPOWER on IntegriCloud