Skip to content

Commit

Permalink
sata_dwc_460ex: indent an if statement
Browse files Browse the repository at this point in the history
We shuffled some code around in 8b34448 ('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 <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
Signed-off-by: Tejun Heo <[email protected]>
  • Loading branch information
Dan Carpenter authored and htejun committed Mar 30, 2015
1 parent 255c03d commit 8d5fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/sata_dwc_460ex.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ static void dma_dwc_xfer_done(void *hsdev_instance)
}

if ((hsdevp->dma_interrupt_count % 2) == 0)
sata_dwc_dma_xfer_complete(ap, 1);
sata_dwc_dma_xfer_complete(ap, 1);

spin_unlock_irqrestore(&host->lock, flags);
}
Expand Down

0 comments on commit 8d5fe8d

Please sign in to comment.