projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4312087
)
clang-format: Simplify command with `sort -u`
author
Miguel Ojeda
<ojeda@kernel.org>
Fri, 20 May 2022 12:06:51 +0000
(14:06 +0200)
committer
Miguel Ojeda
<ojeda@kernel.org>
Fri, 20 May 2022 12:06:51 +0000
(14:06 +0200)
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index 59f6a027b1c172d888790422993eec53c8258cf8..beb40ea815963f052ef10200c28aa5c7aceb9547 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-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'