aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
diff options
context:
space:
mode:
authorThomas Bianchi <thomas.bianchi8@gmail.com>2018-08-01 15:58:34 -0400
committerDarrick J. Wong <darrick.wong@oracle.com>2018-08-03 02:05:14 -0400
commitc2b6e1591b6b15e1dcd9c1596b0371b6abc48fed (patch)
tree18a1b129ea800092c2f079abd823caa8430591f2 /fs/xfs
parent9d9e6233859706875c392707efd6d516cfb764fb (diff)
xfs: substitute spaces with tabs
Inside xfs_attr_shortform_list removes spaces at the beginnig of the line and replaces with tabs. Issue found by checkpatch. ERROR: code indent should use tabs where possible Signed-off-by: Thomas Bianchi <thomas.bianchi8@gmail.com> Reviewed-by: Bill O'Donnell <billodo@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs')
-rw-r--r--fs/xfs/xfs_attr_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr_list.c b/fs/xfs/xfs_attr_list.c
index f9ca80154c9c..a58034049995 100644
--- a/fs/xfs/xfs_attr_list.c
+++ b/fs/xfs/xfs_attr_list.c
@@ -87,7 +87,7 @@ xfs_attr_shortform_list(xfs_attr_list_context_t *context)
87 */ 87 */
88 if (context->bufsize == 0 || 88 if (context->bufsize == 0 ||
89 (XFS_ISRESET_CURSOR(cursor) && 89 (XFS_ISRESET_CURSOR(cursor) &&
90 (dp->i_afp->if_bytes + sf->hdr.count * 16) < context->bufsize)) { 90 (dp->i_afp->if_bytes + sf->hdr.count * 16) < context->bufsize)) {
91 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { 91 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) {
92 context->put_listent(context, 92 context->put_listent(context,
93 sfe->flags, 93 sfe->flags,