mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
clang-format: Simplify command with sort -u
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
@@ -67,7 +67,7 @@ ExperimentalAutoDetectBinPacking: false
|
|||||||
# Taken from:
|
# Taken from:
|
||||||
# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
|
# git grep -h '^#define [^[:space:]]*for_each[^[:space:]]*(' include/ \
|
||||||
# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
|
# | sed "s,^#define \([^[:space:]]*for_each[^[:space:]]*\)(.*$, - '\1'," \
|
||||||
# | LC_ALL=C sort | uniq
|
# | LC_ALL=C sort -u
|
||||||
ForEachMacros:
|
ForEachMacros:
|
||||||
- '__ata_qc_for_each'
|
- '__ata_qc_for_each'
|
||||||
- '__bio_for_each_bvec'
|
- '__bio_for_each_bvec'
|
||||||
|
Reference in New Issue
Block a user