summaryrefslogtreecommitdiffstats
path: root/efi-secureboot.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2019-12-10 11:42:32 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2019-12-10 11:42:32 -0600
commit3cdb1db179700bb87f57c3b545772d31485c5923 (patch)
tree949fbfeedc053b54af658fbb7733e430b67b1424 /efi-secureboot.patch
parentca5cc27a356dc416db8a5381156de03c41743c38 (diff)
downloadkernel-3cdb1db179700bb87f57c3b545772d31485c5923.tar.gz
kernel-3cdb1db179700bb87f57c3b545772d31485c5923.tar.xz
kernel-3cdb1db179700bb87f57c3b545772d31485c5923.zip
Convert pr_warning to pr_warn
Diffstat (limited to 'efi-secureboot.patch')
-rw-r--r--efi-secureboot.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/efi-secureboot.patch b/efi-secureboot.patch
index c7250e47f..cda57a471 100644
--- a/efi-secureboot.patch
+++ b/efi-secureboot.patch
@@ -205,7 +205,7 @@ index 000000000000..9070055de0a1
+ pr_info("Secure boot enabled\n");
+ break;
+ default:
-+ pr_warning("Secure boot could not be determined (mode %u)\n",
++ pr_warn("Secure boot could not be determined (mode %u)\n",
+ mode);
+ break;
+ }