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)
commita9f94826e4bb6402e67f3eb849dee0811f1de6da
tree20451a46d627400a732174080754850a916f0b51
parentd075c0c1be279c5f4c6688ac0442fff6494e56bc
parent781121a7f6d11d7cae44982f174ea82adeec7db0
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