diff --git a/hello.c b/hello.c index 3b0399f..3692c5e 100644 --- a/hello.c +++ b/hello.c @@ -108,8 +108,7 @@ static int __init hello_init(void) } if (msg_count == 0 || msg_count >= 5) { - printk(KERN_EMERG "Warning: msg_count = %d " - "(msg_count == 0 or 5 <= msg_count <= 10)\n", + printk(KERN_EMERG "Warning: msg_count = %d (msg_count == 0 or 5 <= msg_count <= 10)\n", msg_count); }