From 6c4498885c29f685cde42f89715b0c31b14fbd1b Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Fri, 11 Apr 2008 11:28:20 +0300 Subject: [PATCH] USB: MUSB: checkpatch.pl fixes to cppi_dma.c Misc cleanup patch. Signed-off-by: Felipe Balbi Signed-off-by: Tony Lindgren --- drivers/usb/musb/cppi_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb/cppi_dma.c b/drivers/usb/musb/cppi_dma.c index 71c42db4d91..e6770d63303 100644 --- a/drivers/usb/musb/cppi_dma.c +++ b/drivers/usb/musb/cppi_dma.c @@ -359,7 +359,7 @@ cppi_dump_rx(int level, struct cppi_channel *c, const char *tag) "\n", c->index, tag, musb_readl(c->controller->tibase, - DAVINCI_RXCPPI_BUFCNT0_REG + 4 *c->index), + DAVINCI_RXCPPI_BUFCNT0_REG + 4 * c->index), musb_readw(c->hw_ep->regs, MUSB_RXCSR), musb_readl(&rx->rx_skipbytes, 0), -- 2.41.1