usb: host: oxu210hp-hcd: fix indentation issue
authorColin Ian King <colin.king@canonical.com>
Fri, 8 Feb 2019 15:52:59 +0000 (15:52 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Feb 2019 09:30:48 +0000 (10:30 +0100)
A statement is indented too deeply, fix this by removing a tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/oxu210hp-hcd.c

index c5e6e8d0b5ef5fe6428c7838df74e015262ddbe0..f06a291f05f8f9ee3fc6cb57c9c2f125a38f6be3 100644 (file)
@@ -1323,7 +1323,7 @@ static struct list_head *qh_urb_transaction(struct oxu_hcd *oxu,
        }
 
        /* by default, enable interrupt on urb completion */
-               qtd->hw_token |= cpu_to_le32(QTD_IOC);
+       qtd->hw_token |= cpu_to_le32(QTD_IOC);
        return head;
 
 cleanup: