Commit 12324a88 authored by Franziska Naepelt's avatar Franziska Naepelt Committed by Thomas Bogendoerfer

mips: Fix spacing issue

Fix some indentation issues and remove the following checkpatch issue:
- ERROR: need consistent spacing around '-' (ctx:WxV)
Co-Developed-by: default avatarLadislav Michl <oss-lists@triops.cz>
Signed-off-by: default avatarFranziska Naepelt <franziska.naepelt@gmail.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent fb6700c5
...@@ -90,7 +90,7 @@ device_initcall(swarm_pata_init); ...@@ -90,7 +90,7 @@ device_initcall(swarm_pata_init);
.name = "SB1250 MAC " __stringify(num), \ .name = "SB1250 MAC " __stringify(num), \
.flags = IORESOURCE_MEM, \ .flags = IORESOURCE_MEM, \
.start = A_MAC_CHANNEL_BASE(num), \ .start = A_MAC_CHANNEL_BASE(num), \
.end = A_MAC_CHANNEL_BASE(num + 1) -1, \ .end = A_MAC_CHANNEL_BASE(num + 1) - 1, \
};\ };\
static struct platform_device sb1250_dev##num = { \ static struct platform_device sb1250_dev##num = { \
.name = "sb1250-mac", \ .name = "sb1250-mac", \
......
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