• Home
  • Raw
  • Download

Lines Matching refs:WARN

1020 sub WARN {  subroutine
1056 WARN("use relative pathname instead of absolute in changelog text\n" . $herecurr);
1246 WARN("patch prefix '$p1_prefix' exists, appears to be a -p0 patch\n");
1268 WARN("Signed-off-by: is the preferred form\n" .
1272 WARN("space required after Signed-off-by:\n" .
1331 WARN("line over 80 characters\n" . $herecurr);
1336 WARN("adding a line without newline at end of file\n" . $herecurr);
1355 WARN("CVS style keyword markers, these will _not_ be updated\n". $herecurr);
1470 WARN("trailing semicolon indicates no statements, indent implies otherwise\n" .
1557WARN("suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_r…
1635 WARN("EXPORT_SYMBOL(foo); should immediately follow its function/variable\n" . $herecurr);
1657 WARN("do not add new typedefs\n" . $herecurr);
1704WARN("LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged\n…
1726 WARN("printk() should include KERN_ facility level\n" . $herecurr);
1783 WARN("space prohibited between function name and open parenthesis '('\n" . $herecurr);
2011 WARN("labels should not be indented\n" . $herecurr);
2102 WARN("boolean test with hexadecimal, perhaps just 1 \& or \|?\n" . $herecurr);
2158 WARN("Whitepspace after \\ makes next lines useless\n" . $herecurr);
2172 WARN("Use #include <linux/$file> instead of <asm/$file>\n" . $herecurr);
2274 WARN("vmlinux.lds.h needs VMLINUX_SYMBOL() around C-visible symbols\n" . $herecurr);
2322 WARN("braces {} are not necessary for any arm of this statement\n" . $herectx);
2376 WARN("braces {} are not necessary for single statement blocks\n" . $herectx);
2397WARN("Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt\n" . $he…
2415 WARN("kfree(NULL) is safe this check is probably not required\n" . $hereprev);
2422 WARN("usb_free_urb(NULL) is safe this check is probably not required\n" . $hereprev);
2466 WARN("plain inline is preferred over $1\n" . $herecurr);
2483 WARN("externs should be avoided in .c files\n" . $herecurr);
2487 WARN("arguments for function declarations should follow identifier\n" . $herecurr);
2493 WARN("externs should be avoided in .c files\n" . $herecurr);
2507WARN("unnecessary cast may hide bugs, see http://c-faq.com/malloc/mallocnocast.html\n" . $herecurr…
2512 WARN("__func__ should be used instead of gcc specific __FUNCTION__\n" . $herecurr);
2517 WARN("mutexes are preferred for single holder semaphores\n" . $herecurr);
2521 WARN("consider using a completion\n" . $herecurr);
2525 WARN("consider using strict_$1 in preference to simple_$1\n" . $herecurr);
2529 WARN("please use device_initcall() instead of __initcall()\n" . $herecurr);
2534 WARN("struct $1 should normally be const\n" .
2547WARN("usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_ea…
2556 WARN("\%Ld/%Lu are not-standard C, use %lld/%llu\n" . $herecurr);
2566 WARN("use of in_atomic() is incorrect outside core kernel code\n" . $herecurr);