Commit 3fc32907 authored by Paul Cercueil's avatar Paul Cercueil Committed by Greg Kroah-Hartman

usb: musb: jz4740: Whitespace and indentation fixes

Fix lines with too much or not enough indentation, and lines which were
indented with spaces instead of tabs.
Signed-off-by: default avatarPaul Cercueil <paul@crapouillou.net>
Signed-off-by: default avatarBin Liu <b-liu@ti.com>
Link: https://lore.kernel.org/r/20200115132547.364-17-b-liu@ti.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 94203e1a
...@@ -50,9 +50,9 @@ static irqreturn_t jz4740_musb_interrupt(int irq, void *__hci) ...@@ -50,9 +50,9 @@ static irqreturn_t jz4740_musb_interrupt(int irq, void *__hci)
} }
static struct musb_fifo_cfg jz4740_musb_fifo_cfg[] = { static struct musb_fifo_cfg jz4740_musb_fifo_cfg[] = {
{ .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, }, { .hw_ep_num = 1, .style = FIFO_TX, .maxpacket = 512, },
{ .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, }, { .hw_ep_num = 1, .style = FIFO_RX, .maxpacket = 512, },
{ .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 64, }, { .hw_ep_num = 2, .style = FIFO_TX, .maxpacket = 64, },
}; };
static const struct musb_hdrc_config jz4740_musb_config = { static const struct musb_hdrc_config jz4740_musb_config = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment