From c8ae3dbc32bdd7ed378c37ffb94a9fb823894ecf Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 25 Oct 2021 17:08:07 -0400 Subject: [PATCH] GNU Linux-libre 5.15-rc7-gnu scripts --- deblob-5.15 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deblob-5.15 b/deblob-5.15 index b460e5a6bd6..a398ea0166e 100755 --- a/deblob-5.15 +++ b/deblob-5.15 @@ -476,7 +476,7 @@ clean_sed '$i\ static inline int\ is_nonfree_firmware(const char *name)\ {\ - return strstr(name, NONFREE_FIRMWARE) != 0;\ + return strstr(name, NONFREE_FIRMWARE) != 0;\ }\ \ static inline int\ -- 2.31.1