• Andy Whitcroft's avatar
    update checkpatch.pl to version 0.04 · 00df344f
    Andy Whitcroft authored
    This version brings a some new tests, and a host of changes to fix
    false positives, of particular note:
    
      - check for and report #if 0
      - extend checking of line lengths and spacing for .pl, .sh etc
      - extends the pointer type checks to multiple levels
      - updates printk handling to track newlines
      - adds a wrapped patch detector
      - drops the leading component of the filenames
      - extends switch indent handling to switch statmentes rooted in
        the context
      - adds foo * bar single pointer checks
    
    This version of checkpatch.pl can be found at the following URL:
    
          http://www.shadowen.org/~apw/public/checkpatch/checkpatch.pl-0.04
    
    Full Changelog:
    
    Andy Whitcroft (16):
          allow checking line lengths and spacing on other source files
          clean up that whitespace
          sanitise the input line standardising the content of quotes
          clean up pointer type * and space checks
          fix up the sanitiser so it maintains the line length
          apply the printk fac...
    00df344f