From: Jan-Benedict G. <jb...@he...> - 2006-04-09 19:44:54
|
arch/vax/kernel/cpu_ka650.c | 2 +- arch/vax/kernel/cpu_vxt.c | 22 +++++++++++----------- include/asm-vax/mv.h | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) New commits: commit 6b619408df7c0a277e327d0937ff34b0c4728ece Author: Jan-Benedict Glaw <jb...@d2...> Date: Sun Apr 9 21:40:17 2006 +0200 [VAX] Remove leading spaces. Signed-off-by: Jan-Benedict Glaw <jb...@lu...> commit bd78fb3ebae6d4db80d4f4bbe977cf1f2172f78d Author: Jan-Benedict Glaw <jb...@d2...> Date: Sun Apr 9 21:39:34 2006 +0200 [VAX] Remove leading spaces. Signed-off-by: Jan-Benedict Glaw <jb...@lu...> commit 2f3b3024d760cd8c0b76463d11e2f41d210d1b08 Author: Jan-Benedict Glaw <jb...@d2...> Date: Sun Apr 9 21:38:26 2006 +0200 [VAX] Remove leading spaces. Signed-off-by: Jan-Benedict Glaw <jb...@lu...> diff --git a/arch/vax/kernel/cpu_ka650.c b/arch/vax/kernel/cpu_ka650.c index 03b871d..636f828 100644 --- a/arch/vax/kernel/cpu_ka650.c +++ b/arch/vax/kernel/cpu_ka650.c @@ -118,7 +118,7 @@ static int __init ka650_platform_device_ platform_device_register(&ka650_cqbic_device); platform_device_register(&ka650_iprcons_device); - platform_device_register(&ka650_diag_led_device); + platform_device_register(&ka650_diag_led_device); return 0; } diff --git a/arch/vax/kernel/cpu_vxt.c b/arch/vax/kernel/cpu_vxt.c index d4493c2..7f3ef13 100644 --- a/arch/vax/kernel/cpu_vxt.c +++ b/arch/vax/kernel/cpu_vxt.c @@ -1,12 +1,12 @@ /* - * This file contains machine vector handlers for the - * VXT CPU in the VXT2000 machines. + * This file contains machine vector handlers for the + * VXT CPU in the VXT2000 machines. * - * From mailing list messages the SID is 14000006 but NetBSD uses 14000008. + * From mailing list messages the SID is 14000006 but NetBSD uses 14000008. * - * This may work for other ka48 based systems, + * This may work for other ka48 based systems, * - * may 2002. It looks as if the 20040058 address is right for prom output. + * may 2002. It looks as if the 20040058 address is right for prom output. */ #include <linux/types.h> /* For NULL */ @@ -48,14 +48,14 @@ struct vax_mv mv_vxt = { }; static struct cpu_match __CPU_MATCH cpu_vxt = { - .mv = &mv_vxt, - .sid_mask = VAX_SID_FAMILY_MASK, - .sid_match = VAX_SOC << VAX_SID_FAMILY_SHIFT, + .mv = &mv_vxt, + .sid_mask = VAX_SID_FAMILY_MASK, + .sid_match = VAX_SOC << VAX_SID_FAMILY_SHIFT, - .sidex_addr = SOC_SIDEX_ADDR, + .sidex_addr = SOC_SIDEX_ADDR, - .sidex_mask = SOC_SIDEX_TYPE_MASK, - .sidex_match = SOC_SIDEX_TYPE_VXT << SOC_SIDEX_TYPE_SHIFT + .sidex_mask = SOC_SIDEX_TYPE_MASK, + .sidex_match = SOC_SIDEX_TYPE_VXT << SOC_SIDEX_TYPE_SHIFT }; static struct platform_device vxt_diag_led_device = { diff --git a/include/asm-vax/mv.h b/include/asm-vax/mv.h index b61ee9e..6bdcd28 100644 --- a/include/asm-vax/mv.h +++ b/include/asm-vax/mv.h @@ -34,7 +34,7 @@ struct vax_mv { void (*reboot)(void); /* If implemented, these are called from */ void (*halt)(void); /* machine_restart/_halt */ - void (*mcheck)(void *); /* Machine check handler */ + void (*mcheck)(void *); /* Machine check handler */ void (*init_devices)(void); /* Optional */ |