Commit History

Author SHA1 Message Date
  Joe Perches 786b632622 checkpatch: move test for space before semicolon after operator spacing 12 years ago
  Joe Perches 3705ce5bcc checkpatch: create an EXPERIMENTAL --fix option to correct patches 12 years ago
  Joe Perches 23f780c904 checkpatch: improve "no space after cast" test 12 years ago
  Joe Perches 179f8f40fc checkpatch: add a --strict test for comparison to true/false 12 years ago
  Joe Perches 77b9a53a62 checkpatch: don't warn on blank lines before/after braces as often 12 years ago
  Joe Perches c4a62ef910 checkpatch: add a placeholder to check blank lines before declarations 12 years ago
  Joe Perches 3cc4b1c3f0 checkpatch: reduce false positive rate of "complex macros" 12 years ago
  Joe Perches 9d7a34a513 checkpatch: warn on comparisons to get_jiffies_64() 12 years ago
  Joe Perches 36ec19390e checkpatch: warn on comparisons to jiffies 12 years ago
  Joe Perches a605e32ebd checkpatch: warn when networking block comment lines don't start with * 12 years ago
  Joe Perches fdb4bcd610 checkpatch: improve network block comment test and message 12 years ago
  Joe Perches 807bd26c4c checkpatch: remove quote from CamelCase test 12 years ago
  Joe Perches a640d25cea checkpatch: add --strict preference for p = kmalloc(sizeof(*p)... 12 years ago
  Joe Perches 95e2c6023b checkpatch: warn when using gcc's binary constant ("0b") extension 12 years ago
  Joe Perches be79794bc1 checkpatch: change CamelCase test and make it --strict 12 years ago
  Mugunthan V N 8543ae1296 checkpatch: add Suggested-by as a standard signature 12 years ago
  Matthijs Kooijman 74c8f4336d checkpatch: only warn for empty lines before closing braces by themselves 12 years ago
  Joe Perches 5646bc71b3 checkpatch: warn on space before semicolon 12 years ago
  Joe Perches 04db4d25d9 checkpatch: complain about executable files 12 years ago
  Joe Perches a6962d7273 checkpatch: Prefer seq_puts to seq_printf 12 years ago
  Joe Perches 972fdea2e6 checkpatch: add check for reuse of krealloc arg 12 years ago
  Joe Perches e942e2c3f7 checkpatch: fix stringification macro defect 12 years ago
  Joe Perches be987d9f80 checkpatch: improve CamelCase test for Page 12 years ago
  Bruce Allan 37581c28e9 checkpatch: fix USLEEP_RANGE test 12 years ago
  Joe Perches 5ce59ae0bc checkpatch: Add check for kcalloc argument order 12 years ago
  Joe Perches e8eb3997ce checkpatch: don't emit the CamelCase warning for PageFoo 12 years ago
  Joe Perches 56e77d709d checkpatch: warn on unnecessary __dev<foo> section markings 12 years ago
  Joe Perches dc1393130b checkpatch: prefer dev_<level>( to dev_printk(KERN_<LEVEL> 12 years ago
  Joe Perches 326b1ffc13 checkpatch: fix $Float creation of match variables 12 years ago
  Joe Perches 495e9d8460 checkpatch: warn on uapi #includes that #include <uapi/... 12 years ago