summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2020-04-01 17:02:45 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2020-04-01 17:02:45 -0500
commit4c49e1a1c331e5bf2e6a75bef3adfd95469fa2d9 (patch)
treee56a9810989419c1427f0972b2d540ab030b5441
parent163b626f29f686485ed1a41ab4172d45093a744e (diff)
downloadkernel-4c49e1a1c331e5bf2e6a75bef3adfd95469fa2d9.tar.gz
kernel-4c49e1a1c331e5bf2e6a75bef3adfd95469fa2d9.tar.xz
kernel-4c49e1a1c331e5bf2e6a75bef3adfd95469fa2d9.zip
Fix typo in 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 b58d90bfc..931b90f44 100644
--- a/efi-secureboot.patch
+++ b/efi-secureboot.patch
@@ -22,7 +22,7 @@ index 9cd4455528e5..f79007bf439d 100644
#endif /* CONFIG_BPF_SYSCALL */
LSM_HOOK(int, 0, locked_down, enum lockdown_reason what)
-+LSM_HOOK(int, 0, lock_kernel_down, const char *where, enum lockdown_reason level);
++LSM_HOOK(int, 0, lock_kernel_down, const char *where, enum lockdown_reason level)
+
#ifdef CONFIG_PERF_EVENTS