消除多余的空格.

Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
lion.chan 2022-03-29 04:00:23 +08:00
parent 963da5ff22
commit 0ba9ecbebb
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ static int hello_init(void)
static void hello_exit(void)
{
printk(KERN_ALERT "hello driver exit\n ");
printk(KERN_ALERT "hello driver exit\n");
}
module_init(hello_init);