1. 07 8月, 2020 7 次提交
  2. 30 7月, 2020 1 次提交
  3. 29 7月, 2020 2 次提交
  4. 22 7月, 2020 6 次提交
  5. 21 7月, 2020 1 次提交
  6. 18 7月, 2020 7 次提交
  7. 16 7月, 2020 1 次提交
  8. 09 7月, 2020 1 次提交
  9. 08 7月, 2020 3 次提交
  10. 07 7月, 2020 5 次提交
  11. 01 7月, 2020 2 次提交
  12. 10 6月, 2020 1 次提交
  13. 07 6月, 2020 1 次提交
  14. 01 6月, 2020 2 次提交
    • L
      Linux 5.7 · 3d77e6a8
      Linus Torvalds 提交于
      3d77e6a8
    • 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