Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
7a186941626d19f668b08108db158379b32e6e02
/
scripts
/
checkpatch.pl
bfcb2cc
checkpatch: catch all occurences of type and cast spacing errors per line
by Andy Whitcroft
· 13 years ago
6b48db2
checkpatch: typeof may have more complex arguments
by Andy Whitcroft
· 13 years ago
addcdce
checkpatch: ensure cast type is unique in the context parser
by Andy Whitcroft
· 13 years ago
c81769f
checkpatch: fix complex macros handling of square brackets
by Andy Whitcroft
· 13 years ago
e01886a
checkpatch: fix 'return is not a function' square bracket handling
by Andy Whitcroft
· 13 years ago
72f115f
checkpatch: complex macro should allow the empty do while loop
by Andy Whitcroft
· 13 years ago
87a5387
checkpatch: fix EXPORT_SYMBOL handling following a function
by Andy Whitcroft
· 13 years ago
a138580
checkpatch: only apply kconfig help checks for options which prompt
by Andy Whitcroft
· 13 years ago
3e469cd
checkpatch: optimise statement scanner when mid-statement
by Andy Whitcroft
· 13 years ago
89a8835
checkpatch: ## is not a valid modifier
by Andy Whitcroft
· 13 years ago
d7c76ba
checkpatch: improve memset and min/max with cast checking
by Joe Perches
· 13 years ago
554e165
checkpatch: check for common memset parameter issues against statments
by Andy Whitcroft
· 13 years ago
f74bd19
checkpatch: correctly track the end of preprocessor commands in context
by Andy Whitcroft
· 13 years ago
5f14d3b
checkpatch: prefer __printf over __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
270c49a
checkpatch: update signature "might be better as" warning
by Joe Perches
· 13 years ago
addd8c9
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 13 years ago
15662b3
checkpatch: add a --strict check for utf-8 in commit logs
by Joe Perches
· 13 years ago
67d0a07
kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsolete
by Joe Perches
· 13 years ago
e060c38
Merge branch 'master' into for-next
by Jiri Kosina
· 13 years ago
6993248
treewide: remove extra semicolons from various parts of the kernel
by Justin P. Mattock
· 13 years ago
c68e587
script/checkpatch.pl: warn about deprecated use of EXTRA_{A,C,CPP,LD}FLAGS
by Arnaud Lacombe
· 13 years ago
30ecad5
checkpatch: add missing WARN argument for min_t and max_t tests
by Hui Zhu
· 13 years ago
6e60c02
checkpatch.pl: update $logFunctions
by Joe Perches
· 13 years ago
34d9921
checkpatch: make utf-8 test --strict
by Joe Perches
· 13 years ago
000d1cc
checkpatch.pl: add ability to ignore various messages
by Joe Perches
· 13 years ago
39b7e28
checkpatch: add a "prefer __aligned" check
by Joe Perches
· 13 years ago
2011247
checkpatch: validate signature styles and To: and Cc: lines
by Joe Perches
· 13 years ago
165e72a
checkpatch: add __rcu as a sparse modifier
by Sven Eckelmann
· 13 years ago
7d2367a
checkpatch: suggest using min_t or max_t
by Joe Perches
· 13 years ago
1744122
checkpatch: add warning for uses of printk_ratelimit
by Joe Perches
· 13 years ago
0fccc62
checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptions
by Joe Perches
· 13 years ago
b053172
checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptions
by Joe Perches
· 13 years ago
428e2fd
checkpatch: add check for line continuations in quoted strings
by Joe Perches
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
309c00c
checkpatch: warn about memset with swapped arguments
by Dave Jones
· 14 years ago
b078121
scripts/checkpatch.pl: reset rpt_cleaners warnings
by Mike Frysinger
· 14 years ago
33ee3b2
kstrto*: converting strings to integers done (hopefully) right
by Alexey Dobriyan
· 14 years ago
d04fa5a
locking: Remove deprecated lock initializers
by Thomas Gleixner
· 14 years ago
3d130fd
checkpatch.pl: add "prefer __packed" check
by Joe Perches
· 14 years ago
88f8831
checkpatch: check for world-writeable sysfs/debugfs files
by Dave Jones
· 14 years ago
c023e473
checkpatch.pl: fix CAST detection
by Florian Mickler
· 14 years ago
caf2a54
scripts/checkpatch.pl: add check for multiple terminating semicolons and casts of vmalloc
by Joe Perches
· 14 years ago
4882720b
semaphore: Remove mutex emulation
by Thomas Gleixner
· 14 years ago
93ed0e2
scripts/checkpatch.pl: add check for declaration of pci_device_id
by Joe Perches
· 14 years ago
cb710ec
scripts/checkpatch.pl: add warnings for static char that could be static const char
by Joe Perches
· 14 years ago
267ad8f
checkpatch: version 0.31
by Andy Whitcroft
· 14 years ago
01464f3
checkpatch: statement/block context analyser should look at sanitised lines
by Andy Whitcroft
· 14 years ago
3cbf62d
checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similar
by Andy Whitcroft
· 14 years ago
5eaa20b
checkpatch: clean up structure definition macro handline
by Andy Whitcroft
· 14 years ago
015830b
checkpatch: update copyright dates
by Andy Whitcroft
· 14 years ago
03f1df7
checkpatch: Add additional attribute #defines
by Joe Perches
· 14 years ago
3bf9a00
checkpatch: check for incorrect permissions
by Rabin Vincent
· 14 years ago
9fe287d7
checkpatch: ensure kconfig help checks only apply when we are adding help
by Andy Whitcroft
· 14 years ago
0c73b4e
checkpatch: simplify and consolidate "missing space after" checks
by Andy Whitcroft
· 14 years ago
8cf6de7
checkpatch: add check for space after struct, union, and enum
by Andy Whitcroft
· 14 years ago
53a3c44
checkpatch: returning errno typically should be negative
by Andy Whitcroft
· 14 years ago
9446ef5
checkpatch: handle casts better fixing false categorisation of : as binary
by Andy Whitcroft
· 14 years ago
fb2d2c1
checkpatch: ensure we do not collapse bracketed sections into constants
by Andy Whitcroft
· 14 years ago
d2c0a23
checkpatch: suggest cleanpatch and cleanfile when appropriate
by Andy Whitcroft
· 14 years ago
e91b6e2
checkpatch: types may sit on a line on their own
by Andy Whitcroft
· 14 years ago
6b4c5be
checkpatch: fix regressions in "fix handling of leading spaces"
by Andy Whitcroft
· 14 years ago
b998e00
checkpatch: fix extraneous EXPORT_SYMBOL* warnings
by Patrick Pannuto
· 14 years ago
09ef872
checkpatch: warn about unexpectedly long msleep's
by Patrick Pannuto
· 14 years ago
1a15a25
checkpatch: prefer usleep_range over udelay
by Patrick Pannuto
· 14 years ago
8bbea96
checkpatch: add more exceptions to 80 char lines
by Joe Perches
· 14 years ago
5150bda
checkpatch: change externals to globals
by Joe Eloff
· 14 years ago
5f7ddae
checkpatch: fix handling of leading spaces
by Raffaele Recalcati
· 14 years ago
7840a94
checkpatch: refactor 'allowed asm includes' and add memory.h
by Wolfram Sang
· 14 years ago
d4977c7
checkpatch: warn on declaration with storage class not at the beginning
by Tobias Klauser
· 14 years ago
3354957
checkpatch: add check for too short Kconfig descriptions
by Andi Kleen
· 14 years ago
1704f47
lockdep: Add novalidate class for dev->mutex conversion
by Peter Zijlstra
· 15 years ago
5e79d96
checkpatch: warn on unnecessary spaces before quoted newlines
by Joe Perches
· 15 years ago
08e4436
checkpatch.pl: warn if an adding line introduce spaces before tabs.
by Alberto Panizzo
· 15 years ago
7940484
checkpatch.pl: extend list of expected-to-be-const structures
by Emese Revfy
· 15 years ago
22fd2d3
checkpatch.pl: add union and struct to the exceptions list
by Stefani Seibold
· 15 years ago
5213129
checkpatch: fix false positive on __initconst
by Wolfram Sang
· 15 years ago
691e669
checkpatch.pl: allow > 80 char lines for logging functions not just printk
by Joe Perches
· 15 years ago
42bdf74
checkpatch: trivial fix for trailing statements check
by Hidetoshi Seto
· 15 years ago
8f53a9b
scripts/checkpatch.pl: add WARN on sizeof(&foo)
by Joe Perches
· 15 years ago
dbf004d
remove my email address from checkpatch.
by Dave Jones
· 15 years ago
5e8d8f6
checkpatch: version 0.30
by Andy Whitcroft
· 15 years ago
2b474a1
checkpatch: fix false EXPORT_SYMBOL warning
by Andy Whitcroft
· 15 years ago
99423c2
checkpatch: fix __attribute__ matching
by Andy Whitcroft
· 15 years ago
2ceb532
checkpatch: fix false errors due to macro concatenation
by Andy Whitcroft
· 15 years ago
131edb3
checkpatch: update copyright dates
by Andy Whitcroft
· 15 years ago
cc77cdc
checkpatch: correctly stop scanning at the bottom of a hunk
by Andy Whitcroft
· 15 years ago
9a974fd
checkpatch: possible types -- prevent illegal modifiers being added
by Andy Whitcroft
· 15 years ago
42e41c5
checkpatch: add some common Blackfin checks
by Mike Frysinger
· 15 years ago
0487683
checkpatch: version 0.29
by Andy Whitcroft
· 15 years ago
fb9e909
checkpatch: limit sN/uN matches to actual bit sizes
by Andy Whitcroft
· 15 years ago
ea71a0a
checkpatch: format strings should not have brackets in macros
by Andy Whitcroft
· 15 years ago
77f5b10
checkpatch: make -f alias --file, add --help, more verbose help message
by Hannes Eder
· 15 years ago
30dad6e
checkpatch: indent checks -- stop when we run out of continuation lines
by Andy Whitcroft
· 15 years ago
113f04a
checkpatch: handle C99 comments correctly (performance issue)
by Daniel Walker
· 15 years ago
463f286
checkpatch: possible types -- else cannot start a type
by Andy Whitcroft
· 15 years ago
bea5606
checkpatch: version 0.28
by Andy Whitcroft
· 16 years ago
417495e
checkpatch: add __ref as a sparse modifier
by Andy Whitcroft
· 16 years ago
9360b0e
checkpatch: extend attribute testing to all modifiers
by Andy Whitcroft
· 16 years ago
667026e
checkpatch: a modifier is not an identifier at the end of a type
by Andy Whitcroft
· 16 years ago
a3340b3
checkpatch: pointer type star may have modifiers following
by Andy Whitcroft
· 16 years ago
Next »