diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/lib/rtc-no.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/lib/rtc-no.c b/arch/mips/lib/rtc-no.c index a3621885d..f8a9b2bd2 100644 --- a/arch/mips/lib/rtc-no.c +++ b/arch/mips/lib/rtc-no.c @@ -17,7 +17,7 @@ static unsigned int shouldnt_happen(void) if (!called) { called = 1; - printk(KERN_DEBUG "RTC functions called - shouldn't happen"); + printk(KERN_DEBUG "RTC functions called - shouldn't happen\n"); } return 0; |