xfs: substitute spaces with tabs
authorThomas Bianchi <thomas.bianchi8@gmail.com>
Wed, 1 Aug 2018 19:58:34 +0000 (12:58 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Fri, 3 Aug 2018 06:05:14 +0000 (23:05 -0700)
commitc2b6e1591b6b15e1dcd9c1596b0371b6abc48fed
tree18a1b129ea800092c2f079abd823caa8430591f2
parent9d9e6233859706875c392707efd6d516cfb764fb
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>
fs/xfs/xfs_attr_list.c