projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
km_arm: use filesize for erase in update command
[platform/kernel/u-boot.git]
/
.checkpatch.conf
1
# Not Linux, so don't expect a Linux tree.
2
--no-tree
3
4
# Temporary for false positive in checkpatch
5
--ignore COMPLEX_MACRO
6
7
# For CONFIG_SYS_I2C_NOPROBES
8
--ignore MULTISTATEMENT_MACRO_USE_DO_WHILE
9
10
# For simple_strtoul
11
--ignore CONSIDER_KSTRTO
12
13
# For min/max
14
--ignore MINMAX