20 Jan, 2018
1 commit
-
A 2 line help entry for a new Kconfig entry is, at this time, sufficient
in some cases, so lets drop that warning for now.Signed-off-by: Tom Rini
26 Jan, 2016
1 commit
-
The Linux kernel, from which checkpatch originates, contains function
ether_addr_copy() to copy Ethernet MAC addresses, and checkpatch warns
that it should be used in preference to memcpy() where appropriate.
U-Boot doesn't contain ether_addr_copy(), so tell checkpatch not to issue
this warning.Signed-off-by: Stephen Warren
Reviewed-by: Marek Vasut
Acked-by: Joe Hershberger
Tested-by: Anand Moon
Reviewed-by: Anand Moon
25 Jun, 2013
1 commit
-
When use checkpatch.pl to check network related patch, it will report
--->8---
WARNING: networking block comments don't use an empty /* line,
use /* Comment...
---
28 Mar, 2013
1 commit
-
usleep_range() is a Linux facility, ignore it when udelay()
is encountered.Signed-off-by: Matt Porter
12 Mar, 2013
1 commit
-
without this, patches don't get checked for proper alignment,
and e.g., for spaces after a cast and/or before a semicolon.Signed-off-by: Kim Phillips
17 Nov, 2011
1 commit
-
Added from Linux - commit 30ecad51849ae132dc6ef6ddb62d499c7257515b
Include config file to ignore common false-positives
Signed-off-by: Joe Hershberger
Cc: Joe Hershberger
Cc: Wolfgang Denk