summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-02-08 18:52:59 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-02-12 12:30:48 +0300
commita8ded8eb7765233471b24bd23bdd65b44da5583a (patch)
tree18dbe44a1d3700c897f939b5403ae9457edb579a /drivers/usb
parentc94444057282a5cc96532927779ea9a7142f667b (diff)
downloadlinux-a8ded8eb7765233471b24bd23bdd65b44da5583a.tar.xz
usb: host: oxu210hp-hcd: fix indentation issue
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>
Diffstat (limited to 'drivers/usb')
-rw-r--r--drivers/usb/host/oxu210hp-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c
index c5e6e8d0b5ef..f06a291f05f8 100644
--- a/drivers/usb/host/oxu210hp-hcd.c
+++ b/drivers/usb/host/oxu210hp-hcd.c
@@ -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: