]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'clang-format-for-linus-v5.19-rc1' of https://github.com/ojeda/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 May 2022 01:17:03 +0000 (18:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 28 May 2022 01:17:03 +0000 (18:17 -0700)
commit2d053be26ad0ec730dfc56ba24363c3f14c837b4
tree20451a46d627400a732174080754850a916f0b51
parent5a383cf3663de991a68f7e33111d5576bf19e479
parent17dfb4867844a750e53f3f53b7c259e595393d05
Merge tag 'clang-format-for-linus-v5.19-rc1' of https://github.com/ojeda/linux

Pull clang-format updates from Miguel Ojeda:
 "clang-format modernization and cleanups.

  A few changes from Brian Norris and Mickaël Salaün to start taking
  advantage of some clang-format 11 features, plus a few cleanups and
  the usual update of the macro list"

* tag 'clang-format-for-linus-v5.19-rc1' of https://github.com/ojeda/linux:
  clang-format: Fix space after for_each macros
  clang-format: Fix goto labels indentation
  clang-format: Update to clang-format >= 6
  clang-format: Extend the for_each list with tools/
  clang-format: Simplify command with `sort -u`
  clang-format: Use POSIX locale for `sort`
  clang-format: Update with v5.18-rc7's `for_each` macro list