Skip to content

Commit 3ea7cd6

Browse files
committed
Merge branch 'for-6.1/fixes' into for-next
2 parents fd380c3 + 66d8529 commit 3ea7cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/livepatch/core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ int klp_module_coming(struct module *mod)
11711171
return -EINVAL;
11721172

11731173
if (!strcmp(mod->name, "vmlinux")) {
1174-
pr_err("vmlinux.ko: invalid module name");
1174+
pr_err("vmlinux.ko: invalid module name\n");
11751175
return -EINVAL;
11761176
}
11771177

0 commit comments

Comments
 (0)