From 2501524c2b89425aecf9b2d73ebea7051a51670c Mon Sep 17 00:00:00 2001 From: lxoliva Date: Thu, 8 May 2008 02:06:38 +0000 Subject: [PATCH] Fix regex simplification of ath5k exclusion. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3453 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index c535ba8b108..f8cc13c0be8 100755 --- a/deblob-check +++ b/deblob-check @@ -1144,7 +1144,7 @@ set_except () { oprepline '#define AR5K_RATES_TURBO ' oprepline '#define AR5K_RATES_XR ' initnc 'static const struct ath5k_ini ar5212_ini\[\] =' - initnc 'static const struct ath5k_ini_mode rf\(5413\|24\(13|25\)\)_ini_mode_end\[\] =' + initnc 'static const struct ath5k_ini_mode rf\(5413\|24\(13\|25\)\)_ini_mode_end\[\] =' initnc ' } blinkrates\[\] =' # git logs -- 2.31.1