diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-31 04:22:11 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-31 04:22:11 +0000 |
commit | d58d63569f1083d5a6d179517d7a7d4447d0c564 (patch) | |
tree | eb9070d84a5010712eb6365d4f010a4cfa73573f /config/grub/xhci | |
parent | 95ea3293df58d42ef288543a85344b4731338f91 (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.patch | 2 |
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; |