Linus Torvalds
|
addd8c92cf
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
|
13 years ago |
Joe Perches
|
15662b3e86
checkpatch: add a --strict check for utf-8 in commit logs
|
13 years ago |
Joe Perches
|
67d0a07544
kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete
|
13 years ago |
Jiri Kosina
|
e060c38434
Merge branch 'master' into for-next
|
13 years ago |
Justin P. Mattock
|
699324871f
treewide: remove extra semicolons from various parts of the kernel
|
14 years ago |
Arnaud Lacombe
|
c68e58783f
script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS
|
14 years ago |
Hui Zhu
|
30ecad5184
checkpatch: add missing WARN argument for min_t and max_t tests
|
14 years ago |
Joe Perches
|
6e60c02e9d
checkpatch.pl: update $logFunctions
|
14 years ago |
Joe Perches
|
34d9921972
checkpatch: make utf-8 test --strict
|
14 years ago |
Joe Perches
|
000d1cc182
checkpatch.pl: add ability to ignore various messages
|
14 years ago |
Joe Perches
|
39b7e2878e
checkpatch: add a "prefer __aligned" check
|
14 years ago |
Joe Perches
|
2011247550
checkpatch: validate signature styles and To: and Cc: lines
|
14 years ago |
Sven Eckelmann
|
165e72a6c3
checkpatch: add __rcu as a sparse modifier
|
14 years ago |
Joe Perches
|
7d2367af0b
checkpatch: suggest using min_t or max_t
|
14 years ago |
Joe Perches
|
17441227f6
checkpatch: add warning for uses of printk_ratelimit
|
14 years ago |
Joe Perches
|
0fccc62218
checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions
|
14 years ago |
Joe Perches
|
b05317221b
checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptions
|
14 years ago |
Joe Perches
|
428e2fdc4e
checkpatch: add check for line continuations in quoted strings
|
14 years ago |
Lucas De Marchi
|
25985edced
Fix common misspellings
|
14 years ago |
Dave Jones
|
309c00c73f
checkpatch: warn about memset with swapped arguments
|
14 years ago |
Mike Frysinger
|
b0781216e7
scripts/checkpatch.pl: reset rpt_cleaners warnings
|
14 years ago |
Alexey Dobriyan
|
33ee3b2e2e
kstrto*: converting strings to integers done (hopefully) right
|
14 years ago |
Thomas Gleixner
|
d04fa5a3ba
locking: Remove deprecated lock initializers
|
14 years ago |
Joe Perches
|
3d130fd03e
checkpatch.pl: add "prefer __packed" check
|
14 years ago |
Dave Jones
|
88f8831c05
checkpatch: check for world-writeable sysfs/debugfs files
|
14 years ago |
Florian Mickler
|
c023e4734c
checkpatch.pl: fix CAST detection
|
14 years ago |
Joe Perches
|
caf2a54f10
scripts/checkpatch.pl: add check for multiple terminating semicolons and casts of vmalloc
|
14 years ago |
Thomas Gleixner
|
4882720b26
semaphore: Remove mutex emulation
|
14 years ago |
Joe Perches
|
93ed0e2d07
scripts/checkpatch.pl: add check for declaration of pci_device_id
|
14 years ago |
Joe Perches
|
cb710eca68
scripts/checkpatch.pl: add warnings for static char that could be static const char
|
14 years ago |