Commit 3b0fd36d authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

8250_hub6: codding style

Signed-off-by: default avatarAlan Cox <alan@redhat.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 0fe1c137
...@@ -23,18 +23,18 @@ ...@@ -23,18 +23,18 @@
} }
static struct plat_serial8250_port hub6_data[] = { static struct plat_serial8250_port hub6_data[] = {
HUB6(0,0), HUB6(0, 0),
HUB6(0,1), HUB6(0, 1),
HUB6(0,2), HUB6(0, 2),
HUB6(0,3), HUB6(0, 3),
HUB6(0,4), HUB6(0, 4),
HUB6(0,5), HUB6(0, 5),
HUB6(1,0), HUB6(1, 0),
HUB6(1,1), HUB6(1, 1),
HUB6(1,2), HUB6(1, 2),
HUB6(1,3), HUB6(1, 3),
HUB6(1,4), HUB6(1, 4),
HUB6(1,5), HUB6(1, 5),
{ }, { },
}; };
......
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