public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests PATCH] README.md: remove duplicate "to adhere"
@ 2021-06-14 10:01 Cornelia Huck
  2021-06-21  7:25 ` Thomas Huth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Cornelia Huck @ 2021-06-14 10:01 UTC (permalink / raw)
  To: Paolo Bonzini, Thomas Huth, Andrew Jones; +Cc: kvm, Cornelia Huck

Fixes: 844669a9631d ("README.md: add guideline for header guards format")
Reported-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 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_
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-22 11:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-14 10:01 [kvm-unit-tests PATCH] README.md: remove duplicate "to adhere" Cornelia Huck
2021-06-21  7:25 ` Thomas Huth
2021-06-21 13:23 ` Paolo Bonzini
2021-07-22 11:27 ` Thomas Huth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox