remove quoted string split
This commit is contained in:
parent
2c0c86dc90
commit
9a78f98540
3
hello.c
3
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue