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>
This commit is contained in:
Colin Ian King 2018-11-19 16:43:54 +00:00 committed by Greg Kroah-Hartman
parent 4c96499c39
commit 18557feccf
1 changed files with 1 additions and 1 deletions

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