This commit is contained in:
zy
2023-11-17 01:59:41 -05:00
parent f47a39b2d7
commit 91f573d5f7
3 changed files with 5 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ int start_watch_variable(watch_arg warg) {
* @param pid
*/
void clear_watch(pid_t pid) {
printk(KERN_INFO "clear pid %d 's watch variable\n", pid);
printk(KERN_INFO "Clear pid: %d's watch variable\n", pid);
cancel_all_hrTimer(); // just in case
del_all_kwarg_by_pid(pid); // delete all kwarg with pid
free_page_list(pid); // free page with pid