1. 20 3月, 2019 2 次提交
  2. 05 2月, 2019 2 次提交
  3. 29 1月, 2019 6 次提交
  4. 14 12月, 2018 1 次提交
  5. 13 12月, 2018 1 次提交
  6. 05 12月, 2018 1 次提交
  7. 12 11月, 2018 1 次提交
  8. 06 11月, 2018 2 次提交
  9. 27 9月, 2018 2 次提交
  10. 07 7月, 2018 3 次提交
  11. 04 7月, 2018 3 次提交
  12. 30 6月, 2018 1 次提交
  13. 23 5月, 2018 1 次提交
  14. 03 5月, 2018 1 次提交
  15. 22 3月, 2018 3 次提交
  16. 21 3月, 2018 1 次提交
  17. 02 11月, 2017 1 次提交
  18. 28 8月, 2017 1 次提交
  19. 18 7月, 2017 2 次提交
  20. 20 6月, 2017 2 次提交
  21. 22 4月, 2017 1 次提交
    • Ø
      drm/vmwgfx: Convert macro to octal representation · 7a9d2001
      Øyvind A. Holm 提交于
      Change "S_IRUSR | S_IWUSR" to "0600", it's easier to parse mentally.
      
      This change should be part of commit 50f83737 ("drm/vmwgfx: Revert
      "drm/vmwgfx: Replace numeric parameter like 0444 with macro""), but the
      patch was truncated somewhere in the patch route, so add the missing
      change. Extract from the original commit message:
      
        commit 50f83737
        Author: Øyvind A. Holm <sunny@sunbase.org>
        Date:   Thu Mar 23 14:54:48 2017 -0700
      
          drm/vmwgfx: Revert "drm/vmwgfx: Replace numeric parameter like 0444
          with macro"
      
          This reverts commit 2d8e60e8 ("drm/vmwgfx: Replace numeric
          parameter like 0444 with macro")
      
          The commit belongs to the series of 1285 patches sent to LKML on
          2016-08-02, it changes the representation of file permissions from
          the octal value "0600" to "S_IRUSR | S_IWUSR".
      
          The general consensus was that the changes does not increase
          readability, quite the opposite; 0600 is easier to parse mentally
          than S_IRUSR | S_IWUSR.
      Signed-off-by: NØyvind A. Holm <sunny@sunbase.org>
      Reviewed-by: NSinclair Yeh <syeh@vmware.com>
      7a9d2001
  22. 01 4月, 2017 2 次提交