summaryrefslogtreecommitdiff
path: root/config/grub/xhci
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-12-31 04:22:11 +0000
committerLeah Rowe <leah@libreboot.org>2024-12-31 04:22:11 +0000
commitd58d63569f1083d5a6d179517d7a7d4447d0c564 (patch)
treeeb9070d84a5010712eb6365d4f010a4cfa73573f /config/grub/xhci
parent95ea3293df58d42ef288543a85344b4731338f91 (diff)
fix missing semicolon in grub nvme patch
i forgot this when rebasing on the recent uprev Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/grub/xhci')
-rw-r--r--config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch b/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch
index 0e120088..c105dd19 100644
--- a/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch
+++ b/config/grub/xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch
@@ -38,7 +38,7 @@ index fda723f0c..27a707fda 100644
common = tests/asn1/asn1_test.c;
cflags = '-Wno-uninitialized';
cppflags = '-I$(srcdir)/lib/libtasn1-grub -I$(srcdir)/tests/asn1/';
-+}
++};
+
+module = {
+ name = nvme;