patcheck: check for pointer arrays that are not const.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
pull/88/head
Reimar Döffinger 11 years ago
parent 9b8eedd736
commit be4aac302b
  1. 1
      tools/patcheck

@ -42,6 +42,7 @@ hiegrep2(){
cat $TMP
}
hiegrep 'static[^(]*\*[a-zA-Z_]*\[' 'pointer array is not const' $*
hiegrep '[[:space:]]$' 'trailing whitespace' $*
hiegrep "$(echo x | tr 'x' '\t')" 'tabs' $*
#hiegrep ':\+$' 'Empty lines' $*

Loading…
Cancel
Save