mirror of
https://github.com/sysprog21/lkmpg.git
synced 2024-11-22 15:05:54 +08:00
Fix init message
This commit is contained in:
parent
6b6083fca2
commit
ad4ac48eec
|
@ -197,7 +197,7 @@ static int __init sleep_init(void)
|
|||
proc_set_size(Our_Proc_File, 80);
|
||||
proc_set_user(Our_Proc_File, GLOBAL_ROOT_UID, GLOBAL_ROOT_GID);
|
||||
|
||||
pr_info("/proc/test created\n");
|
||||
pr_info("/proc/%s created\n", PROC_ENTRY_FILENAME);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user