Searched refs:void (Results 1 - 2 of 2) sorted by relevance

/linux-master/usr/include/
H A Dheaders_check.pl71 if ($line =~ m/^void seqbuf_dump\(void\);/) {
78 if ($line =~ m/^(\s*extern|unsigned|char|short|int|long|void)\b/) {
/linux-master/scripts/
H A Dcheckpatch.pl755 qr{void},
4264 # void (*store_gdt)(x86_descr_ptr *);
4753 "Bad function definition - $1() should probably be $1(void)\n" . $herecurr) &&
4755 $fixed[$fixlinenr] =~ s/(\b($Type)\s+($Ident))\s*\(\s*\)/$2 $3(void)/;
5582 # unnecessary return in a void function
5591 "void function return statements are not generally useful\n" . $hereprev);
7163 $1 ne "void") {

Completed in 134 milliseconds