Commit 1cc30ab9 authored by Greg Donald's avatar Greg Donald Committed by Greg Kroah-Hartman

drivers: staging: lustre: Fix 'code indent should use tabs where possible' errors

Fix checkpatch.pl 'code indent should use tabs where possible' errors
Signed-off-by: default avatarGreg Donald <gdonald@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 650ea11f
......@@ -1013,10 +1013,10 @@ int ll_merge_lvb(const struct lu_env *env, struct inode *inode)
LTIME_S(inode->i_ctime) = lli->lli_lvb.lvb_ctime;
lvb.lvb_size = i_size_read(inode);
lvb.lvb_blocks = inode->i_blocks;
lvb.lvb_mtime = LTIME_S(inode->i_mtime);
lvb.lvb_atime = LTIME_S(inode->i_atime);
lvb.lvb_ctime = LTIME_S(inode->i_ctime);
lvb.lvb_blocks = inode->i_blocks;
lvb.lvb_mtime = LTIME_S(inode->i_mtime);
lvb.lvb_atime = LTIME_S(inode->i_atime);
lvb.lvb_ctime = LTIME_S(inode->i_ctime);
cl_object_attr_lock(obj);
rc = cl_object_attr_get(env, obj, attr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment