8250_hub6: codding style

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Alan Cox 2008-02-08 04:18:51 -08:00 committed by Linus Torvalds
parent 0fe1c13713
commit 3b0fd36ddc

View file

@ -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),
{ }, { },
}; };