On 14/06/2021 12.01, Cornelia Huck wrote:
Fixes: 844669a9631d ("README.md: add guideline for header guards format")
Reported-by: Andrew Jones <drjones@xxxxxxxxxx>
Signed-off-by: Cornelia Huck <cohuck@xxxxxxxxxx>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 687ff50d0af1..b498aafd1a77 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ Exceptions:
Header guards:
-Please try to adhere to adhere to the following patterns when adding
+Please try to adhere to the following patterns when adding
"#ifndef <...> #define <...>" header guards:
./lib: _HEADER_H_
./lib/<ARCH>: _ARCH_HEADER_H_
Thanks, finally pushed to the repo.
Thomas