1. 17 10月, 2020 4 次提交
  2. 06 9月, 2020 1 次提交
  3. 14 8月, 2020 1 次提交
  4. 13 8月, 2020 5 次提交
  5. 21 7月, 2020 1 次提交
  6. 17 7月, 2020 1 次提交
  7. 11 6月, 2020 1 次提交
  8. 05 6月, 2020 4 次提交
  9. 01 6月, 2020 1 次提交
    • J
      checkpatch/coding-style: deprecate 80-column warning · bdc48fa1
      Joe Perches 提交于
      Yes, staying withing 80 columns is certainly still _preferred_.  But
      it's not the hard limit that the checkpatch warnings imply, and other
      concerns can most certainly dominate.
      
      Increase the default limit to 100 characters.  Not because 100
      characters is some hard limit either, but that's certainly a "what are
      you doing" kind of value and less likely to be about the occasional
      slightly longer lines.
      
      Miscellanea:
      
       - to avoid unnecessary whitespace changes in files, checkpatch will no
         longer emit a warning about line length when scanning files unless
         --strict is also used
      
       - Add a bit to coding-style about alignment to open parenthesis
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      bdc48fa1
  10. 12 5月, 2020 1 次提交
  11. 07 5月, 2020 1 次提交
  12. 05 5月, 2020 1 次提交
  13. 22 4月, 2020 1 次提交
  14. 08 4月, 2020 10 次提交
  15. 06 12月, 2019 1 次提交
  16. 05 12月, 2019 2 次提交
  17. 14 11月, 2019 1 次提交
  18. 12 10月, 2019 1 次提交
    • R
      checkpatch: Warn if DT bindings are not in schema format · e400edb1
      Rob Herring 提交于
      DT bindings are moving to using a json-schema based schema format
      instead of freeform text. Add a checkpatch.pl check to encourage using
      the schema for new bindings. It's not yet a requirement, but is
      progressively being required by some maintainers.
      
      Cc: Andy Whitcroft <apw@canonical.com>
      Cc: Joe Perches <joe@perches.com>
      Signed-off-by: NRob Herring <robh@kernel.org>
      e400edb1
  19. 11 10月, 2019 2 次提交