From 503ffd0f5088769396e20a0de3e9d3a7b0026ffe Mon Sep 17 00:00:00 2001 From: lxoliva Date: Mon, 19 May 2008 02:07:22 +0000 Subject: [PATCH] Adjust a few 2.6.23 false positive matches. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@3564 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deblob-check b/deblob-check index 6b7b9969aa8..bc396a31a76 100755 --- a/deblob-check +++ b/deblob-check @@ -616,7 +616,7 @@ set_except () { initnc ' static const unsigned char invert5\[\] =' initnc 'static unsigned char alpa2target\[\] =' initnc 'static unsigned char target2alpa\[\] =' - oprepline '#define INIT_THREAD [{0},]\+[ ]*\\[ ]*[{0},]\+' + oprepline '#define INIT_THREAD [{0},]\+[ ]*\\[\n][ ]*[{0},]\+' initnc 'static uint tas300\(1c\|4\)_\(master\|mixer\|treble\|bass\)_tab\[\]=' initnc 'static short dmasound_[au]law2dma16\[\] =' initnc 'static const unsigned short DACVolTable\[101\] =' @@ -658,8 +658,8 @@ set_except () { accept '[ ]\{1,2\}err = sn9c102_write_const_regs(cam\(,[ \n]\+{0x[0-9a-fA-F][0-9a-fA-F], 0x[0-9a-fA-F][0-9a-fA-F]}\)*);' # too lax? - initnc 'static yyconst flex_int\(16\|32\)_t yy_[^[]*\[[][0-9]*\] =' - initnc 'static const \(yytype_u\?int\(8\|16\)\|unsigned \(short\( int\)\?\|char\)\) yy[^[]*\[\] =' + initnc 'static yyconst \(flex_int\(16\|32\)_t\|\(\(short \)\?int\)\) yy_[^[]*\[[][0-9]*\] =' + initnc 'static const \(yytype_u\?int\(8\|16\)\|\(unsigned \)\?\(short\( int\)\?\|char\)\) yy[^[]*\[\] =' initnc '\(\| \)static \(const \|\)\(unsigned \(short\|char\)\|struct SiS_[^ ]*\) SiS[^[]*\(\[[] [*0-9]*\]\)\+ *=' initnc 'static const a3d_Hrtf_t A3dHrirZeros = {' -- 2.31.1