remove quoted string split

This commit is contained in:
ІО-23 Шмуляр Олег 2024-11-12 18:38:50 +02:00
parent 2c0c86dc90
commit 9a78f98540
Signed by: hasslesstech
GPG Key ID: 09745A46126DDD4C
1 changed files with 1 additions and 2 deletions

View File

@ -108,8 +108,7 @@ static int __init hello_init(void)
} }
if (msg_count == 0 || msg_count >= 5) { if (msg_count == 0 || msg_count >= 5) {
printk(KERN_EMERG "Warning: msg_count = %d " printk(KERN_EMERG "Warning: msg_count = %d (msg_count == 0 or 5 <= msg_count <= 10)\n",
"(msg_count == 0 or 5 <= msg_count <= 10)\n",
msg_count); msg_count);
} }