Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
18dffdf8913ab9e4ac7403a624879a15afa5262e
/
scripts
/
checkpatch.pl
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
00ef4ec
checkpatch: correctly handle type spacing in the face of modifiers
by Andy Whitcroft
· 16 years ago
e2f7aa4
checkpatch: do not warn about -p0 patches when checking files
by Andy Whitcroft
· 16 years ago
f4a8773
checkpatch: make in_atomic ok in the core
by Andy Whitcroft
· 16 years ago
db92a65
checkpatch: version: 0.27
by Andy Whitcroft
· 16 years ago
6903ffb
checkpatch: struct seq_operations should normally be const
by Andy Whitcroft
· 16 years ago
3966778
checkpatch: if should not continue a preceeding brace
by Andy Whitcroft
· 16 years ago
63f17f8
checkpatch: allow parentheses on return handle array values
by Andy Whitcroft
· 16 years ago
f9a0b3d
checkpatch: type/cast spacing should not check prefix spacing
by Andy Whitcroft
· 16 years ago
a275064
checkpatch: handle missing #if open in context
by Andy Whitcroft
· 16 years ago
57b9c6d
checkpatch: version: 0.26
by Andy Whitcroft
· 16 years ago
21caa13
checkpatch: fix the perlcritic errors
by Andy Whitcroft
· 16 years ago
2b6db5c
checkpatch: struct file_operations should normally be const
by Andy Whitcroft
· 16 years ago
b53c8e1
checkpatch: ensure we actually detect if assignments split across lines
by Andy Whitcroft
· 16 years ago
2d1bafd
checkpatch: do not report nr_static as a static declaration
by Andy Whitcroft
· 16 years ago
4635f4f
checkpatch: track #ifdef/#else/#endif when tracking blocks
by Andy Whitcroft
· 16 years ago
8b1b337
checkpatch: fix continuation detection when handling spacing on operators
by Andy Whitcroft
· 16 years ago
8054576
checkpatch: loosen spacing on typedef function checks
by Andy Whitcroft
· 16 years ago
080ba92
checkpatch: try to catch missing VMLINUX_SYMBOL() in vmlinux.lds.h
by Mike Frysinger
· 16 years ago
86f9d05
checkpatch: allow parentheses on return for comparisons
by Andy Whitcroft
· 16 years ago
1e85572
checkpatch: Add warning for p0-patches
by Wolfram Sang
· 16 years ago
2a5a2c2
checkpatch: update copyrights
by Andy Whitcroft
· 16 years ago
50a7dcf
checkpatch: version: 0.25
by Andy Whitcroft
· 16 years ago
6586386
checkpatch: dissallow spaces between stars in pointer types
by Andy Whitcroft
· 16 years ago
fae17da
checkpatch: comment ends inside strings is most likely not an open comment
by Andy Whitcroft
· 16 years ago
8e761b0
checkpatch: detect multiple bitfield declarations
by Andy Whitcroft
· 16 years ago
5fe3af1
checkpatch: __weak is an official attribute
by Andy Whitcroft
· 16 years ago
383099f
checkpatch: structure member assignments are not complex
by Andy Whitcroft
· 16 years ago
83242e0
checkpatch: widen implied comment detection to allow multiple stars
by Andy Whitcroft
· 16 years ago
721c1cb
checkpatch: comment detection may miss an implied comment on the last hunk
by Andy Whitcroft
· 16 years ago
691d77b
checkpatch: add checks for in_atomic()
by Andy Whitcroft
· 16 years ago
f4432c5
Update email addresses.
by Dave Jones
· 16 years ago
6e144ee
checkpatch: version: 0.24
by Andy Whitcroft
· 16 years ago
3fef12d
checkpatch: allow for comments either side of a brace on case
by Andy Whitcroft
· 16 years ago
740504c
checkpatch: suspect indent handle macro continuation
by Andy Whitcroft
· 16 years ago
bb44ad3
checkpatch: trailing statements ensure we report the end of the line
by Andy Whitcroft
· 16 years ago
4801205
checkpatch: DEFINE_ macros are real definitions for exports
by Andy Whitcroft
· 16 years ago
bf30d6e
checkpatch: complex macros checks miss square brackets
by Andy Whitcroft
· 16 years ago
f16fa28
checkpatch: suspect code indent must stop at #else/#elif
by Andy Whitcroft
· 16 years ago
8ed22ca
checkpatch: pull out known acceptable typedefs
by Andy Whitcroft
· 16 years ago
afbe8d2
checkpatch: accept any sized le/be type
by Andy Whitcroft
· 16 years ago
b132e5d
checkpatch: macros which define structure members are not complex
by Andy Whitcroft
· 16 years ago
170d3a2
checkpatch: handle do without braces if we have enough context
by Andy Whitcroft
· 16 years ago
a6a8406
checkpatch: labels are not possible types
by Andy Whitcroft
· 16 years ago
0776e59
checkpatch: do is not a possible type
by Andy Whitcroft
· 16 years ago
5fdd23a
checkpatch: version: 0.23
by Andy Whitcroft
· 16 years ago
30670854
checkpatch: ensure we only apply checks to the lines within hunks
by Andy Whitcroft
· 16 years ago
6f779c1
checkpatch: suspect indent count condition lines correctly
by Andy Whitcroft
· 16 years ago
5368df2
checkpatch: check line endings in text format files
by Andy Whitcroft
· 16 years ago
81bc0e0
checkpatch: handle comment/quote nesting correctly
by Andy Whitcroft
· 16 years ago
dea3349
checkpatch: suppress errors triggered by short patch
by Andy Whitcroft
· 16 years ago
a1080bf
checkpatch: case/default checks should only check changed lines
by Andy Whitcroft
· 16 years ago
dea79cd
checkpatch: version: 0.22
by Andy Whitcroft
· 16 years ago
b9ea10d
checkpatch: perform indent checks on perl
by Andy Whitcroft
· 16 years ago
f055663
checkpatch: report the correct lines for single statement blocks
by Andy Whitcroft
· 16 years ago
2a1bc5d
checkpatch: %Lx tests should hand %% as a literal
by Andy Whitcroft
· 16 years ago
9bd49ef
checkpatch: suspect indent -- skip over preprocessor, label and blank lines
by Andy Whitcroft
· 16 years ago
4d001e4
checkpatch: report the real first line of all suspect indents
by Andy Whitcroft
· 16 years ago
6ecd967
checkpatch: report any absolute references to kernel source files
by Andy Whitcroft
· 16 years ago
e09dec4
checkpatch: reduce warnings for #include of asm/foo.h to check from arch/bar.c
by Andy Whitcroft
· 16 years ago
c1ab332
checkpatch: include/asm checks should be anchored
by Andy Whitcroft
· 16 years ago
01fa914
checkpatch: fix up comment checks search to scan the entire block
by Andy Whitcroft
· 16 years ago
Next »