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>
此提交包含在:
Colin Ian King
2018-11-19 16:43:54 +00:00
提交者 Greg Kroah-Hartman
父節點 4c96499c39
當前提交 18557feccf

查看文件

@@ -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)