From d58d63569f1083d5a6d179517d7a7d4447d0c564 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 31 Dec 2024 04:22:11 +0000 Subject: fix missing semicolon in grub nvme patch i forgot this when rebasing on the recent uprev Signed-off-by: Leah Rowe --- .../xhci/patches/0022-Add-native-NVMe-driver-based-on-SeaBIOS.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/grub/xhci') 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; -- cgit v1.2.1