mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 18:42:14 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c944440572
commit
a8ded8eb77
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user