We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee19545 commit 61ff72fCopy full SHA for 61ff72f
include/linux/printk.h
@@ -302,9 +302,8 @@ extern int kptr_restrict;
302
printk(KERN_CRIT pr_fmt(fmt), ##__VA_ARGS__)
303
#define pr_err(fmt, ...) \
304
printk(KERN_ERR pr_fmt(fmt), ##__VA_ARGS__)
305
-#define pr_warning(fmt, ...) \
+#define pr_warn(fmt, ...) \
306
printk(KERN_WARNING pr_fmt(fmt), ##__VA_ARGS__)
307
-#define pr_warn pr_warning
308
#define pr_notice(fmt, ...) \
309
printk(KERN_NOTICE pr_fmt(fmt), ##__VA_ARGS__)
310
#define pr_info(fmt, ...) \
0 commit comments