Commit 82f67bc6 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller

net: alteon: acenic: clean up indentation issue

There is a hunk of code that is incorrectly indented with spaces
and rather than a tab.  Clean this up.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f3ac0153
...@@ -1436,13 +1436,13 @@ static int ace_init(struct net_device *dev) ...@@ -1436,13 +1436,13 @@ static int ace_init(struct net_device *dev)
ace_set_txprd(regs, ap, 0); ace_set_txprd(regs, ap, 0);
writel(0, &regs->RxRetCsm); writel(0, &regs->RxRetCsm);
/* /*
* Enable DMA engine now. * Enable DMA engine now.
* If we do this sooner, Mckinley box pukes. * If we do this sooner, Mckinley box pukes.
* I assume it's because Tigon II DMA engine wants to check * I assume it's because Tigon II DMA engine wants to check
* *something* even before the CPU is started. * *something* even before the CPU is started.
*/ */
writel(1, &regs->AssistState); /* enable DMA */ writel(1, &regs->AssistState); /* enable DMA */
/* /*
* Start the NIC CPU * Start the NIC CPU
......
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