diff options
author | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-12-10 11:42:32 -0600 |
---|---|---|
committer | Justin M. Forbes <jforbes@fedoraproject.org> | 2019-12-10 11:42:32 -0600 |
commit | 3cdb1db179700bb87f57c3b545772d31485c5923 (patch) | |
tree | 949fbfeedc053b54af658fbb7733e430b67b1424 | |
parent | ca5cc27a356dc416db8a5381156de03c41743c38 (diff) | |
download | kernel-3cdb1db179700bb87f57c3b545772d31485c5923.tar.gz kernel-3cdb1db179700bb87f57c3b545772d31485c5923.tar.xz kernel-3cdb1db179700bb87f57c3b545772d31485c5923.zip |
Convert pr_warning to pr_warn
-rw-r--r-- | efi-secureboot.patch | 2 |
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; + } |