Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

sata_dwc_460ex: indent an if statement

We shuffled some code around in 8b3444852a2b ('sata_dwc_460ex: move to
generic DMA driver') an accidentally deleted a tab character here. It
causes a Smatch warning "if statement not indented".

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>

authored by

Dan Carpenter and committed by
Tejun Heo
8d5fe8d5 255c03d1

+1 -1
+1 -1
drivers/ata/sata_dwc_460ex.c
··· 295 295 } 296 296 297 297 if ((hsdevp->dma_interrupt_count % 2) == 0) 298 - sata_dwc_dma_xfer_complete(ap, 1); 298 + sata_dwc_dma_xfer_complete(ap, 1); 299 299 300 300 spin_unlock_irqrestore(&host->lock, flags); 301 301 }