X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=tools%2Fpatcheck;h=28cd19361f4c1f5445e3b2bde5af47beffd901bc;hb=2c5a2958e961c25434a54c832a04139525f661da;hp=c5506e6de5352203e658e572552104fdf07cef7e;hpb=23b639c44f88099fe05c51d51993970b7a6fce9a;p=ffmpeg diff --git a/tools/patcheck b/tools/patcheck index c5506e6de53..28cd19361f4 100755 --- a/tools/patcheck +++ b/tools/patcheck @@ -67,8 +67,7 @@ $EGREP $OPT '^\+ *(const *|)static' $*| $EGREP --color=always '[^=]= *(0|NULL)[^ cat $TMP hiegrep '# *ifdef * (HAVE|CONFIG)_' 'ifdefs that should be #if' $* -hiegrep '\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible)\b' 'common typos' $* - +hiegrep '\b(awnser|cant|dont|wont|usefull|successfull|occured|teh|alot|wether|skiped|heigth|informations|colums|loosy|loosing|ouput|seperate|preceed|upto|paket|posible|unkown|inpossible|dimention)\b' 'common typos' $* hiegrep 'av_log\( *NULL' 'Missing context in av_log' $* hiegrep '[^sn]printf' 'Please use av_log' $* hiegrep '\bmalloc' 'Please use av_malloc' $*