diff options
Diffstat (limited to 'arch/mips/dec/prom/init.c')
| -rw-r--r-- | arch/mips/dec/prom/init.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/prom/init.c b/arch/mips/dec/prom/init.c index 93f1239af52..ab169046e44 100644 --- a/arch/mips/dec/prom/init.c +++ b/arch/mips/dec/prom/init.c @@ -103,7 +103,7 @@ void __init prom_init(void)  	if (prom_is_rex(magic))  		rex_clear_cache(); -	/* Register the early console.  */ +	/* Register the early console.	*/  	register_prom_console();  	/* Were we compiled with the right CPU option? */  |