diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-06-06 11:39:03 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-06-06 11:39:03 +0000 |
commit | edbfa461668222f1263c21cf833ccc7ae7e2edcb (patch) | |
tree | 5be9599c17da8b61cdae8bac45beb5eed9dfd3c2 /arch/mips/lib | |
parent | 1385617929e09545f9858785ea3dc1068fedfde1 (diff) |
Add missing \n which did result in subsequent kernel messages getting
eaten up.
Diffstat (limited to 'arch/mips/lib')
-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; |