消除多余的空格.
Signed-off-by: lion.chan <cy187lion@sina.com>
This commit is contained in:
parent
963da5ff22
commit
0ba9ecbebb
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user