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

USB: ene_usb6250: add missing indentation

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>

authored by

Colin Ian King and committed by
Greg Kroah-Hartman
18557fec 4c96499c

+1 -1
+1 -1
drivers/usb/storage/ene_ub6250.c
··· 1131 1131 1132 1132 ms_lib_clear_writebuf(us); 1133 1133 1134 - return 0; 1134 + return 0; 1135 1135 } 1136 1136 1137 1137 static int ms_lib_force_setlogical_pair(struct us_data *us, u16 logblk, u16 phyblk)