1. 07 Aug, 2020 7 commits
  2. 30 Jul, 2020 1 commit
  3. 29 Jul, 2020 2 commits
  4. 22 Jul, 2020 4 commits
  5. 21 Jul, 2020 3 commits
  6. 18 Jul, 2020 7 commits
  7. 16 Jul, 2020 1 commit
  8. 09 Jul, 2020 1 commit
  9. 07 Jul, 2020 8 commits
  10. 30 Jun, 2020 2 commits
  11. 09 Jun, 2020 1 commit
  12. 06 Jun, 2020 1 commit
  13. 31 May, 2020 2 commits
    • Linus Torvalds's avatar
      Linux 5.7 · 3d77e6a8
      Linus Torvalds authored
      3d77e6a8
    • Joe Perches's avatar
      checkpatch/coding-style: deprecate 80-column warning · bdc48fa1
      Joe Perches authored
      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: default avatarJoe Perches <joe@perches.com>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      bdc48fa1