Message ID | 20210614100151.123622-1-cohuck@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [kvm-unit-tests] README.md: remove duplicate "to adhere" | expand |
On 14/06/2021 12.01, Cornelia Huck wrote: > 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_ > Reviewed-by: Thomas Huth <thuth@redhat.com>
On Mon, 14 Jun 2021 12:01:51 +0200, Cornelia Huck wrote:
>
Applied, thanks!
[1/1] README.md: remove duplicate "to adhere"
commit: e6645b42a8a6c587500a6fbd784eb6ce6186a96e
Best regards,
On 14/06/2021 12.01, Cornelia Huck wrote: > 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_ > Thanks, finally pushed to the repo. Thomas
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_
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(-)