[GIT PULL] clang-format for v5.19-rc1

From: Miguel Ojeda
Date: Fri May 27 2022 - 13:22:52 EST


Hi Linus,

Please pull these changes to clang-format. Thanks!

Cheers,
Miguel

The following changes since commit 42226c989789d8da4af1de0c31070c96726d990c:

Linux 5.18-rc7 (2022-05-15 18:08:58 -0700)

are available in the Git repository at:

https://github.com/ojeda/linux.git tags/clang-format-for-linus-v5.19-rc1

for you to fetch changes up to 781121a7f6d11d7cae44982f174ea82adeec7db0:

clang-format: Fix space after for_each macros (2022-05-20 19:27:16 +0200)

----------------------------------------------------------------
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.

----------------------------------------------------------------
Brian Norris (1):
clang-format: Fix space after for_each macros

Mickaël Salaün (3):
clang-format: Extend the for_each list with tools/
clang-format: Update to clang-format >= 6
clang-format: Fix goto labels indentation

Miguel Ojeda (3):
clang-format: Update with v5.18-rc7's `for_each` macro list
clang-format: Use POSIX locale for `sort`
clang-format: Simplify command with `sort -u`

.clang-format | 218 +++++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 170 insertions(+), 48 deletions(-)