mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-05 06:08:22 +00:00
ieee802154: mcr20a: fix indentation, remove tabs
The are a couple of statments that are one level too deep, fix this by removing tabs. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
This commit is contained in:
parent
3aa9179b2d
commit
34aaaac815
1 changed files with 3 additions and 3 deletions
|
@ -905,9 +905,9 @@ mcr20a_irq_clean_complete(void *context)
|
|||
}
|
||||
break;
|
||||
case (DAR_IRQSTS1_RXIRQ | DAR_IRQSTS1_SEQIRQ):
|
||||
/* rx is starting */
|
||||
dev_dbg(printdev(lp), "RX is starting\n");
|
||||
mcr20a_handle_rx(lp);
|
||||
/* rx is starting */
|
||||
dev_dbg(printdev(lp), "RX is starting\n");
|
||||
mcr20a_handle_rx(lp);
|
||||
break;
|
||||
case (DAR_IRQSTS1_RXIRQ | DAR_IRQSTS1_TXIRQ | DAR_IRQSTS1_SEQIRQ):
|
||||
if (lp->is_tx) {
|
||||
|
|
Loading…
Add table
Reference in a new issue