Commit f053b410 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] arcnet indentation fixup

parent 4f4b6f18
...@@ -132,8 +132,8 @@ static int __init arcrimi_found(struct net_device *dev) ...@@ -132,8 +132,8 @@ static int __init arcrimi_found(struct net_device *dev)
u_long first_mirror, last_mirror, shmem; u_long first_mirror, last_mirror, shmem;
int mirror_size; int mirror_size;
/* reserve the irq */ { /* reserve the irq */
if (request_irq(dev->irq, &arcnet_interrupt, 0, "arcnet (RIM I)", dev)) if (request_irq(dev->irq, &arcnet_interrupt, 0, "arcnet (RIM I)", dev)) {
BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", dev->irq); BUGMSG(D_NORMAL, "Can't get IRQ %d!\n", dev->irq);
return -ENODEV; return -ENODEV;
} }
......
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