2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-20 19:23:57 +08:00

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>
This commit is contained in:
Colin Ian King 2019-11-13 16:42:10 +00:00 committed by Greg Kroah-Hartman
parent 8bde9f3d2a
commit 7a3674898d

View File

@ -2175,7 +2175,7 @@ static int exfat_ioctl_volume_id(struct inode *dir)
static long exfat_generic_ioctl(struct file *filp, unsigned int cmd, static long exfat_generic_ioctl(struct file *filp, unsigned int cmd,
unsigned long arg) unsigned long arg)
{ {
struct inode *inode = filp->f_path.dentry->d_inode; struct inode *inode = filp->f_path.dentry->d_inode;
#ifdef CONFIG_EXFAT_KERNEL_DEBUG #ifdef CONFIG_EXFAT_KERNEL_DEBUG
unsigned int flags; unsigned int flags;
#endif /* CONFIG_EXFAT_KERNEL_DEBUG */ #endif /* CONFIG_EXFAT_KERNEL_DEBUG */