mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
clang-format: Simplify command with sort -u
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
4312087919
commit
72e14aa9f8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ ExperimentalAutoDetectBinPacking: false
|
|||
# Taken from:
|
||||
# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
|
||||
# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
|
||||
# | LC_ALL=C sort | uniq
|
||||
# | LC_ALL=C sort -u
|
||||
ForEachMacros:
|
||||
- '__ata_qc_for_each'
|
||||
- '__bio_for_each_bvec'
|
||||
|
|
Loading…
Reference in a new issue