]> asedeno.scripts.mit.edu Git - linux.git/commit
USB: musb: fix indentation issue on a return statement
authorColin Ian King <colin.king@canonical.com>
Mon, 11 Feb 2019 17:14:46 +0000 (11:14 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Feb 2019 07:54:44 +0000 (08:54 +0100)
commitfce11867472bf6710693bbe83f1fd9ab5fcc7f0e
tree11b7c13fcefcd4c1eefd8a555afd96186f59054a
parent15e99b13b44bd969b085f866fb4d5dc72f65d2d0
USB: musb: fix indentation issue on a return statement

A return statement is indented one level too far, fix this by removing
a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bin Liu <b-liu@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/musb/musb_host.c