aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip22/ip22-gio.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2013-01-22 06:59:30 -0500
committerRalf Baechle <ralf@linux-mips.org>2013-02-01 04:00:22 -0500
commit7034228792cc561e79ff8600f02884bd4c80e287 (patch)
tree89b77af37d087d9de236fc5d21f60bf552d0a2c6 /arch/mips/sgi-ip22/ip22-gio.c
parent405ab01c70e18058d9c01a1256769a61fc65413e (diff)
MIPS: Whitespace cleanup.
Having received another series of whitespace patches I decided to do this once and for all rather than dealing with this kind of patches trickling in forever. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sgi-ip22/ip22-gio.c')
-rw-r--r--arch/mips/sgi-ip22/ip22-gio.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/mips/sgi-ip22/ip22-gio.c b/arch/mips/sgi-ip22/ip22-gio.c
index f5ebc092aed5..ab0e379dc7e0 100644
--- a/arch/mips/sgi-ip22/ip22-gio.c
+++ b/arch/mips/sgi-ip22/ip22-gio.c
@@ -15,7 +15,7 @@ static struct bus_type gio_bus_type;
15 15
16static struct { 16static struct {
17 const char *name; 17 const char *name;
18 __u8 id; 18 __u8 id;
19} gio_name_table[] = { 19} gio_name_table[] = {
20 { .name = "SGI Impact", .id = 0x10 }, 20 { .name = "SGI Impact", .id = 0x10 },
21 { .name = "Phobos G160", .id = 0x35 }, 21 { .name = "Phobos G160", .id = 0x35 },
@@ -376,15 +376,15 @@ static void ip22_check_gio(int slotno, unsigned long addr)
376} 376}
377 377
378static struct bus_type gio_bus_type = { 378static struct bus_type gio_bus_type = {
379 .name = "gio", 379 .name = "gio",
380 .dev_attrs = gio_dev_attrs, 380 .dev_attrs = gio_dev_attrs,
381 .match = gio_bus_match, 381 .match = gio_bus_match,
382 .probe = gio_device_probe, 382 .probe = gio_device_probe,
383 .remove = gio_device_remove, 383 .remove = gio_device_remove,
384 .suspend = gio_device_suspend, 384 .suspend = gio_device_suspend,
385 .resume = gio_device_resume, 385 .resume = gio_device_resume,
386 .shutdown = gio_device_shutdown, 386 .shutdown = gio_device_shutdown,
387 .uevent = gio_device_uevent, 387 .uevent = gio_device_uevent,
388}; 388};
389 389
390static struct resource gio_bus_resource = { 390static struct resource gio_bus_resource = {