From 72e14aa9f884807e7059254a0373929b09ab56ad Mon Sep 17 00:00:00 2001
From: Miguel Ojeda <ojeda@kernel.org>
Date: Fri, 20 May 2022 14:06:51 +0200
Subject: [PATCH] clang-format: Simplify command with `sort -u`

Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index 59f6a027b1c17..beb40ea815963 100644
--- 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'
-- 
GitLab