All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: correct the path of UEFI docs
@ 2021-07-20  7:09 AKASHI Takahiro
  2021-07-20  9:34 ` Heinrich Schuchardt
  0 siblings, 1 reply; 3+ messages in thread
From: AKASHI Takahiro @ 2021-07-20  7:09 UTC (permalink / raw)
  To: xypron.glpk, agraf; +Cc: sjg, u-boot, AKASHI Takahiro

Change the path from doc/uefi to doc/develop/uefi.

Fixes: commit d1ceeeff6c2e ("doc: Move UEFI under develop/")
Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 34ed880387df..0ef94696ae51 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -693,7 +693,7 @@ R:	Alexander Graf <agraf@csgraf.de>
 S:	Maintained
 T:	git https://source.denx.de/u-boot/custodians/u-boot-efi.git
 F:	doc/api/efi.rst
-F:	doc/uefi/*
+F:	doc/develop/uefi/*
 F:	doc/usage/bootefi.rst
 F:	drivers/rtc/emul_rtc.c
 F:	include/capitalization.h
-- 
2.31.0


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

* Re: [PATCH] MAINTAINERS: correct the path of UEFI docs
  2021-07-20  7:09 [PATCH] MAINTAINERS: correct the path of UEFI docs AKASHI Takahiro
@ 2021-07-20  9:34 ` Heinrich Schuchardt
  2021-07-20  9:38   ` AKASHI Takahiro
  0 siblings, 1 reply; 3+ messages in thread
From: Heinrich Schuchardt @ 2021-07-20  9:34 UTC (permalink / raw)
  To: AKASHI Takahiro, agraf; +Cc: sjg, u-boot, Alexander Graf


On 7/20/21 9:09 AM, AKASHI Takahiro wrote:
> Change the path from doc/uefi to doc/develop/uefi.
>
> Fixes: commit d1ceeeff6c2e ("doc: Move UEFI under develop/")
> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> ---
>   MAINTAINERS | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 34ed880387df..0ef94696ae51 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -693,7 +693,7 @@ R:	Alexander Graf <agraf@csgraf.de>
>   S:	Maintained
>   T:	git https://source.denx.de/u-boot/custodians/u-boot-efi.git
>   F:	doc/api/efi.rst
> -F:	doc/uefi/*
> +F:	doc/develop/uefi/*

Please, drop the trailing * to include potential subdirectories.

Best regards

Heinrich

>   F:	doc/usage/bootefi.rst
>   F:	drivers/rtc/emul_rtc.c
>   F:	include/capitalization.h
>

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

* Re: [PATCH] MAINTAINERS: correct the path of UEFI docs
  2021-07-20  9:34 ` Heinrich Schuchardt
@ 2021-07-20  9:38   ` AKASHI Takahiro
  0 siblings, 0 replies; 3+ messages in thread
From: AKASHI Takahiro @ 2021-07-20  9:38 UTC (permalink / raw)
  To: Heinrich Schuchardt; +Cc: agraf, sjg, u-boot

On Tue, Jul 20, 2021 at 11:34:15AM +0200, Heinrich Schuchardt wrote:
> 
> On 7/20/21 9:09 AM, AKASHI Takahiro wrote:
> > Change the path from doc/uefi to doc/develop/uefi.
> > 
> > Fixes: commit d1ceeeff6c2e ("doc: Move UEFI under develop/")
> > Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
> > ---
> >   MAINTAINERS | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 34ed880387df..0ef94696ae51 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -693,7 +693,7 @@ R:	Alexander Graf <agraf@csgraf.de>
> >   S:	Maintained
> >   T:	git https://source.denx.de/u-boot/custodians/u-boot-efi.git
> >   F:	doc/api/efi.rst
> > -F:	doc/uefi/*
> > +F:	doc/develop/uefi/*
> 
> Please, drop the trailing * to include potential subdirectories.

Can you make that change for me when merging it, please?
I don't think it worth reposting v2.

-Takahiro Akashi

> Best regards
> 
> Heinrich
> 
> >   F:	doc/usage/bootefi.rst
> >   F:	drivers/rtc/emul_rtc.c
> >   F:	include/capitalization.h
> > 

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

end of thread, other threads:[~2021-07-20  9:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  7:09 [PATCH] MAINTAINERS: correct the path of UEFI docs AKASHI Takahiro
2021-07-20  9:34 ` Heinrich Schuchardt
2021-07-20  9:38   ` AKASHI Takahiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.