Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: exfat: fix indentation issue

There is a declaration that requires indentation. Add in
the missing tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20191113164210.103586-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
7a367489 8bde9f3d

+1 -1
+1 -1
drivers/staging/exfat/exfat_super.c
··· 2175 2175 static long exfat_generic_ioctl(struct file *filp, unsigned int cmd, 2176 2176 unsigned long arg) 2177 2177 { 2178 - struct inode *inode = filp->f_path.dentry->d_inode; 2178 + struct inode *inode = filp->f_path.dentry->d_inode; 2179 2179 #ifdef CONFIG_EXFAT_KERNEL_DEBUG 2180 2180 unsigned int flags; 2181 2181 #endif /* CONFIG_EXFAT_KERNEL_DEBUG */