From: "Steven J. Hill" <sjhill@mips.com>
Make headers consistent across the files and make changes based on
running the checkpatch script.
Signed-off-by: Steven J. Hill <sjhill@mips.com>
---
arch/mips/cobalt/setup.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/arch/mips/cobalt/setup.c b/arch/mips/cobalt/setup.c
index 3fdd449..d7ecf18 100644
--- a/arch/mips/cobalt/setup.c
+++ b/arch/mips/cobalt/setup.c
@@ -1,13 +1,12 @@
/*
- * Setup pointers to hardware dependent routines.
- *
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
+ * Setup pointers to hardware dependent routines.
+ *
* Copyright (C) 1996, 1997, 2004, 05 by Ralf Baechle (ralf@linux-mips.org)
* Copyright (C) 2001, 2002, 2003 by Liam Davies (ldavies@agile.tv)
- *
*/
#include <linux/init.h>
#include <linux/interrupt.h>
@@ -27,14 +26,14 @@ extern void cobalt_machine_halt(void);
const char *get_system_type(void)
{
switch (cobalt_board_id) {
- case COBALT_BRD_ID_QUBE1:
- return "Cobalt Qube";
- case COBALT_BRD_ID_RAQ1:
- return "Cobalt RaQ";
- case COBALT_BRD_ID_QUBE2:
- return "Cobalt Qube2";
- case COBALT_BRD_ID_RAQ2:
- return "Cobalt RaQ2";
+ case COBALT_BRD_ID_QUBE1:
+ return "Cobalt Qube";
+ case COBALT_BRD_ID_RAQ1:
+ return "Cobalt RaQ";
+ case COBALT_BRD_ID_QUBE2:
+ return "Cobalt Qube2";
+ case COBALT_BRD_ID_RAQ2:
+ return "Cobalt RaQ2";
}
return "MIPS Cobalt";
}
@@ -86,7 +85,8 @@ void __init plat_mem_setup(void)
/* These resources have been reserved by VIA SuperI/O chip. */
for (i = 0; i < ARRAY_SIZE(cobalt_reserved_resources); i++)
- request_resource(&ioport_resource, cobalt_reserved_resources +
i);
+ request_resource(&ioport_resource,
+ cobalt_reserved_resources + i);
}
/*
--
1.7.10.3
|