USB: gadget: udc: clean up an indentation issue
authorColin Ian King <colin.king@canonical.com>
Fri, 27 Sep 2019 08:50:31 +0000 (09:50 +0100)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 22 Oct 2019 07:40:15 +0000 (10:40 +0300)
There is a statement that is indented too deeply, remove
the extraneous tabs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/gadget/udc/bdc/bdc_udc.c

index 7bfd58c..248426a 100644 (file)
@@ -195,7 +195,7 @@ static void handle_link_state_change(struct bdc *bdc, u32 uspc)
                break;
        case BDC_LINK_STATE_U0:
                if (bdc->devstatus & REMOTE_WAKEUP_ISSUED) {
-                                       bdc->devstatus &= ~REMOTE_WAKEUP_ISSUED;
+                       bdc->devstatus &= ~REMOTE_WAKEUP_ISSUED;
                        if (bdc->gadget.speed == USB_SPEED_SUPER) {
                                bdc_function_wake_fh(bdc, 0);
                                bdc->devstatus |= FUNC_WAKE_ISSUED;