Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c42ccb

Browse files
akpm00sfrothwell
authored andcommitted
mm-add-debugfs-tunable-for-fault_around_order-checkpatch-fixes
WARNING: Prefer pr_warn(... to pr_warning(... torvalds#67: FILE: mm/memory.c:3376: + pr_warning("Failed to create fault_around_order in debugfs"); total: 0 errors, 1 warnings, 96 lines checked ./patches/mm-add-debugfs-tunable-for-fault_around_order.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: "Kirill A. Shutemov" <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent f8316ff commit 2c42ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mm/memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3387,7 +3387,7 @@ static int __init fault_around_debugfs(void)
33873387
ret = debugfs_create_file("fault_around_order", 0644, NULL, NULL,
33883388
&fault_around_order_fops);
33893389
if (!ret)
3390-
pr_warning("Failed to create fault_around_order in debugfs");
3390+
pr_warn("Failed to create fault_around_order in debugfs");
33913391
return 0;
33923392
}
33933393
late_initcall(fault_around_debugfs);

0 commit comments

Comments
 (0)