USB: ene_usb6250: add missing indentation
authorColin Ian King <colin.king@canonical.com>
Mon, 19 Nov 2018 16:43:54 +0000 (16:43 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Nov 2018 15:13:14 +0000 (16:13 +0100)
There is a missing indentation before the return statement. Add it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/storage/ene_ub6250.c

index 4d261e4..c26129d 100644 (file)
@@ -1131,7 +1131,7 @@ static int ms_lib_alloc_writebuf(struct us_data *us)
 
        ms_lib_clear_writebuf(us);
 
-return 0;
+       return 0;
 }
 
 static int ms_lib_force_setlogical_pair(struct us_data *us, u16 logblk, u16 phyblk)