• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/

Lines Matching refs:ERROR

1083 sub ERROR {
1084 if (report("ERROR: $_[0]\n")) {
1322 ERROR("do not modify files in include/asm, change architecture specific files in include/asm-<architecture>\n" . "$here$rawline\n");
1351 ERROR("patch seems to be corrupt (line wrapped?)\n" .
1378 ERROR("Invalid UTF-8, patch and commit message should be encoded in UTF-8\n" . $hereptr);
1387 ERROR("DOS line endings\n" . $herevet);
1391 ERROR("trailing whitespace\n" . $herevet);
1436 ERROR("use the LO() macro, not (... & 0xFFFF)\n" . $herevet);
1440 ERROR("use the HI() macro, not (... >> 16)\n" . $herevet);
1452 ERROR("code indent should use tabs where possible\n" . $herevet);
1479 ERROR("use the CSYNC() macro in asm/blackfin.h\n" . $herevet);
1483 ERROR("use the SSYNC() macro in asm/blackfin.h\n" . $herevet);
1572 ERROR("switch and case should be at the same indent\n$hereline$err");
1600 ERROR("that open brace { should be on the previous line\n" .
1720 ERROR("TEST: is type\n" . $herecurr);
1722 ERROR("TEST: is not type ($1 is)\n". $herecurr);
1729 ERROR("TEST: is attr\n" . $herecurr);
1731 ERROR("TEST: is not attr ($1 is)\n". $herecurr);
1739 ERROR("that open brace { should be on the previous line\n" . $hereprev);
1750 ERROR("malformed #include filename\n" .
1757 ERROR("do not use C99 // comments\n" . $herecurr);
1800 ERROR("do not initialise globals to 0 or NULL\n" .
1805 ERROR("do not initialise statics to 0 or NULL\n" .
1834 ERROR("\"(foo$from)\" should be \"(foo$to)\"\n" . $herecurr);
1851 ERROR("\"foo${from}bar\" should be \"foo${to}bar\"\n" . $herecurr);
1893 ERROR("open brace '{' following function declarations go on the next line\n" . $herecurr);
1899 ERROR("open brace '{' following $1 go on the same line\n" . $hereprev);
1911 ERROR("space prohibited before open square bracket '['\n" . $herecurr);
2016 ERROR("space required after that '$op' $at\n" . $hereptr);
2027 ERROR("spaces prohibited around that '$op' $at\n" . $hereptr);
2033 ERROR("space required after that '$op' $at\n" . $hereptr);
2047 ERROR("space required before that '$op' $at\n" . $hereptr);
2053 ERROR("space prohibited after that '$op' $at\n" . $hereptr);
2059 ERROR("space required one side of that '$op' $at\n" . $hereptr);
2063 ERROR("space prohibited before that '$op' $at\n" . $hereptr);
2066 ERROR("space prohibited after that '$op' $at\n" . $hereptr);
2078 ERROR("need consistent spacing around '$op' $at\n" .
2086 ERROR("space prohibited before that '$op' $at\n" . $hereptr);
2109 ERROR("spaces required around that '$op' $at\n" . $hereptr);
2139 ERROR("space required before the open brace '{'\n" . $herecurr);
2145 ERROR("space required after that close brace '}'\n" . $herecurr);
2150 ERROR("space prohibited after that open square bracket '['\n" . $herecurr);
2153 ERROR("space prohibited before that close square bracket ']'\n" . $herecurr);
2159 ERROR("space prohibited after that open parenthesis '('\n" . $herecurr);
2164 ERROR("space prohibited before that close parenthesis ')'\n" . $herecurr);
2188 ERROR("return is not a function, parentheses are not required\n" . $herecurr);
2191 ERROR("space required before the open parenthesis '('\n" . $herecurr);
2197 ERROR("space required before the open parenthesis '('\n" . $herecurr);
2225 ERROR("do not use assignment in if condition\n" . $herecurr);
2247 ERROR("trailing statements should be on next line\n" . $herecurr . $stat_real);
2271 ERROR("trailing statements should be on next line\n" . $herecurr);
2276 ERROR("trailing statements should be on next line\n" .
2286 ERROR("trailing statements should be on next line\n" . $herecurr);
2293 ERROR("else should follow close brace '}'\n" . $hereprev);
2306 ERROR("while should follow close brace '}'\n" . $hereprev);
2417 ERROR("Macros with multiple statements should be enclosed in a do - while loop\n" . "$here\n$ctx\n");
2427 ERROR("Macros with complex values should be enclosed in parenthesis\n" . "$here\n$ctx\n");
2547 ERROR("Don't use <$inc>: see Documentation/feature-removal-schedule.txt\n" . $herecurr);
2554 ERROR("Don't use $func(): see Documentation/feature-removal-schedule.txt\n" . $herecurr);
2566 ERROR("Use of $1 is deprecated: see Documentation/spinlocks.txt\n" . $herecurr);
2614 ERROR("exactly one space required after that #$1\n" . $herecurr);
2645 ERROR("inline keyword should sit between storage class and type\n" . $herecurr);
2791 ERROR("do not use in_atomic in drivers\n" . $herecurr);
2803 ERROR("lockdep_no_validate class is reserved for device->mutex.\n" . $herecurr);
2827 ERROR("Does not appear to be a unified-diff format patch\n");
2830 ERROR("Missing Signed-off-by: line(s)\n");