mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 07:04:28 +00:00
checkpatch: update from Linux v4.13-rc6
Checkpatch produces the following warning: Unescaped left brace in regex is deprecated here (and will be fatal in Perl 5.30), passed through in regex; marked by <-- HERE in m/^(\+.*(?:do|\))){ <-- HERE / at scripts/checkpatch.pl line 3348. The curent checkpatch of the Linux kernel corrects this bug and many others. It provides improved colored output. So replace checkpatch by the current Linux version. Add an empty file scripts/const_structs.checkpatch. We can later fill it according to our needs. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
2e79461483
commit
6305db9604
2 changed files with 2223 additions and 421 deletions
File diff suppressed because it is too large
Load diff
2
scripts/const_structs.checkpatch
Normal file
2
scripts/const_structs.checkpatch
Normal file
|
@ -0,0 +1,2 @@
|
|||
# Put structs here that should be constant
|
||||
__dummy__
|
Loading…
Reference in a new issue