1. 29 10月, 2014 1 次提交
  2. 08 9月, 2014 1 次提交
  3. 10 8月, 2014 1 次提交
  4. 19 6月, 2014 1 次提交
  5. 07 6月, 2014 1 次提交
  6. 04 4月, 2014 4 次提交
  7. 20 8月, 2013 1 次提交
  8. 30 4月, 2013 1 次提交
  9. 09 3月, 2013 1 次提交
  10. 25 5月, 2012 1 次提交
  11. 14 8月, 2011 1 次提交
  12. 24 5月, 2011 1 次提交
  13. 31 3月, 2011 1 次提交
  14. 10 8月, 2010 1 次提交
  15. 02 10月, 2009 1 次提交
  16. 21 9月, 2009 1 次提交
  17. 13 6月, 2009 2 次提交
  18. 05 6月, 2009 3 次提交
  19. 17 10月, 2008 4 次提交
  20. 28 7月, 2008 1 次提交
  21. 06 6月, 2008 1 次提交
  22. 22 4月, 2008 1 次提交
  23. 03 4月, 2008 1 次提交
  24. 31 3月, 2008 1 次提交
  25. 04 2月, 2008 1 次提交
  26. 31 10月, 2007 1 次提交
  27. 12 9月, 2007 1 次提交
  28. 23 8月, 2007 1 次提交
  29. 23 7月, 2007 1 次提交
  30. 17 7月, 2007 1 次提交
    • A
      update checkpatch.pl to version 0.07 · de7d4f0e
      Andy Whitcroft 提交于
      This version brings a number of new checks, fixes for flase
      positives, plus a clarification of the output to better guide use.  Of
      note:
      
        - checks for documentation for new __setup calls
        - clearer reporting where braces and parenthesis are involved
        - reports for closing brace and semi-colon spacing
        - reports on unwanted externs
      
      This patch includes an update to the documentation on checkpatch.pl
      itself to clarify when it should be used and to indicate that it
      is not intended as the final arbitor of style.
      
      Full changelog:
      
      Andy Whitcroft (19):
            Version: 0.07
            ensure we do not apply control brace checks to preprocesor directives
            add {u,s}{8,16,32,64} to the type matcher
            accept lack of spacing after the semicolons in for (;;)
            report new externs in .c files
            fix up typedef exclusion for function prototypes
            else trailing statements check need to account for \ at end of line
            add enums to the type matcher
            add missing check descriptions
            suppress double reporting of ** spacing
            report on do{ spacing issues
            include an example of the brace/parenthesis in output
            check for spacing after closing braces
            prevent double reports on pointer spacing issues
            handle blank continuation lines on macros
            classify all reports error, warning, or check
            revamp hanging { checks and apply in context
            no spaces after the last ; in a for is ok
            check __setup has a corresponding addition to documentation
      
      David Woodhouse (1):
            limit character set used in patches and descriptions to UTF-8
      Signed-off-by: NAndy Whitcroft <apw@shadowen.org>
      Cc: David Woodhouse <dwmw2@infradead.org>
      Cc: "Randy.Dunlap" <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      de7d4f0e
  31. 09 6月, 2007 1 次提交