mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] btrfs: fix trivial indentation issues
@ 2017-12-22 16:38 Colin King
  2018-01-02 14:58 ` David Sterba
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2017-12-22 16:38 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, Jiri Kosina
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

remove extraneous white space in indentation, fix misaligned
indentation.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/btrfs/ioctl.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c
index ca605ca32eec..e1dff4a3af79 100644
--- a/fs/btrfs/ioctl.c
+++ b/fs/btrfs/ioctl.c
@@ -2297,8 +2297,8 @@ static noinline int btrfs_search_path_in_tree(struct btrfs_fs_info *info,
 static noinline int btrfs_ioctl_ino_lookup(struct file *file,
 					   void __user *argp)
 {
-	 struct btrfs_ioctl_ino_lookup_args *args;
-	 struct inode *inode;
+	struct btrfs_ioctl_ino_lookup_args *args;
+	struct inode *inode;
 	int ret = 0;
 
 	args = memdup_user(argp, sizeof(*args));
-- 
2.14.1

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-02 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-22 16:38 [PATCH] btrfs: fix trivial indentation issues Colin King
2018-01-02 14:58 ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®