• 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:WARN

198 	(dev|netdev|netif)_(printk|dbg|vdbg|info|warn|err|notice|alert|crit|emerg|WARN)|
199 WARN|
1089 sub WARN {
1125 WARN("use relative pathname instead of absolute in changelog text\n" . $herecurr);
1318 WARN("patch prefix '$p1_prefix' exists, appears to be a -p0 patch\n");
1340 WARN("Signed-off-by: is the preferred form\n" .
1344 WARN("space required after Signed-off-by:\n" .
1406 WARN("please write a paragraph that describes the config symbol fully\n" . $herecurr) if ($length < 4);
1419 WARN("line over 80 characters\n" . $herecurr);
1424 WARN("unnecessary whitespace before a quoted newline\n" . $herecurr);
1429 WARN("adding a line without newline at end of file\n" . $herecurr);
1458 WARN("please, no space before tabs\n" . $herevet);
1464 WARN("please, no space for starting a line, \
1473 WARN("CVS style keyword markers, these will _not_ be updated\n". $herecurr);
1609 WARN("trailing semicolon indicates no statements, indent implies otherwise\n" .
1697 WARN("suspect code indent for conditional statements ($indent, $sindent)\n" . $herecurr . "$stat_real\n");
1795 WARN("EXPORT_SYMBOL(foo); should immediately follow its function/variable\n" . $herecurr);
1816 WARN("do not add new typedefs\n" . $herecurr);
1863 WARN("LINUX_VERSION_CODE should be avoided, code should be for the version to which it is merged\n" . $herecurr);
1885 WARN("printk() should include KERN_ facility level\n" . $herecurr);
1942 WARN("space prohibited between function name and open parenthesis '('\n" . $herecurr);
2132 ## WARN("declaring multiple variables together should be avoided\n" . $herecurr);
2170 WARN("labels should not be indented\n" . $herecurr);
2263 WARN("boolean test with hexadecimal, perhaps just 1 \& or \|?\n" . $herecurr);
2319 WARN("Whitepspace after \\ makes next lines useless\n" . $herecurr);
2333 WARN("Use #include <linux/$file> instead of <asm/$file>\n" . $herecurr);
2438 WARN("vmlinux.lds.h needs VMLINUX_SYMBOL() around C-visible symbols\n" . $herecurr);
2486 WARN("braces {} are not necessary for any arm of this statement\n" . $herectx);
2540 WARN("braces {} are not necessary for single statement blocks\n" . $herectx);
2561 WARN("Use of volatile is usually wrong: see Documentation/volatile-considered-harmful.txt\n" . $herecurr);
2579 WARN("kfree(NULL) is safe this check is probably not required\n" . $hereprev);
2586 WARN("usb_free_urb(NULL) is safe this check is probably not required\n" . $hereprev);
2601 WARN("msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.txt\n" . $line);
2638 WARN("storage class should be at the beginning of the declaration\n" . $herecurr)
2650 WARN("plain inline is preferred over $1\n" . $herecurr);
2655 WARN("sizeof(& should be avoided\n" . $herecurr);
2672 WARN("externs should be avoided in .c files\n" . $herecurr);
2676 WARN("arguments for function declarations should follow identifier\n" . $herecurr);
2682 WARN("externs should be avoided in .c files\n" . $herecurr);
2696 WARN("unnecessary cast may hide bugs, see http://c-faq.com/malloc/mallocnocast.html\n" . $herecurr);
2701 WARN("__func__ should be used instead of gcc specific __FUNCTION__\n" . $herecurr);
2706 WARN("mutexes are preferred for single holder semaphores\n" . $herecurr);
2710 WARN("consider using a completion\n" . $herecurr);
2715 WARN("consider using strict_$1 in preference to simple_$1\n" . $herecurr);
2719 WARN("please use device_initcall() instead of __initcall()\n" . $herecurr);
2761 WARN("struct $1 should normally be const\n" .
2774 WARN("usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_possible_cpu(), etc\n" . $herecurr);
2783 WARN("\%Ld/%Lu are not-standard C, use %lld/%llu\n" . $herecurr);
2793 WARN("use of in_atomic() is incorrect outside core kernel code\n" . $herecurr);