diff mbox series

MAINTAINERS: Add the can documenation file to the CAN section

Message ID 20231027060931.242491-1-thuth@redhat.com
State New
Headers show
Series MAINTAINERS: Add the can documenation file to the CAN section | expand

Commit Message

Thomas Huth Oct. 27, 2023, 6:09 a.m. UTC
Add can.rst to the corresponding section in MAINTAINERS, so that
the maintainers get CC:-ed on corresponding patches.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Philippe Mathieu-Daudé Oct. 27, 2023, 8:44 a.m. UTC | #1
On 27/10/23 08:09, Thomas Huth wrote:
> Add can.rst to the corresponding section in MAINTAINERS, so that
> the maintainers get CC:-ed on corresponding patches.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Philippe Mathieu-Daudé Oct. 27, 2023, 9:55 a.m. UTC | #2
On 27/10/23 08:09, Thomas Huth wrote:
> Add can.rst to the corresponding section in MAINTAINERS, so that
> the maintainers get CC:-ed on corresponding patches.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)

Since I'm preparing a PR, I'm queuing this patch using
"Add the CAN documentation file to the CAN section​" as
subject.

Thanks!
Vikram Garhwal Oct. 27, 2023, 5:53 p.m. UTC | #3
On Fri, Oct 27, 2023 at 10:44:35AM +0200, Philippe Mathieu-Daudé wrote:
> CAUTION: This message has originated from an External Source. Please use proper judgment and caution when opening attachments, clicking links, or responding to this email.
> 
> 
> On 27/10/23 08:09, Thomas Huth wrote:
> > Add can.rst to the corresponding section in MAINTAINERS, so that
> > the maintainers get CC:-ed on corresponding patches.
> > 
> > Signed-off-by: Thomas Huth <thuth@redhat.com>
> > ---
> >   MAINTAINERS | 1 +
> >   1 file changed, 1 insertion(+)
> 
> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Vikram Garhwal <vikram.garhwal@amd.com>
>
Pavel Pisa Oct. 29, 2023, 11:43 p.m. UTC | #4
Hello Thomas and others,

On Friday 27 of October 2023 08:09:31 Thomas Huth wrote:
> Add can.rst to the corresponding section in MAINTAINERS, so that
> the maintainers get CC:-ed on corresponding patches.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index cce6feff35..48d45b958f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2606,6 +2606,7 @@ W: https://canbus.pages.fel.cvut.cz/
>  F: net/can/*
>  F: hw/net/can/*
>  F: include/net/can_*.h
> +F: docs/system/devices/can.rst

Acked-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>

I do not have commit right to the Qemu Git.
Please, Paolo or somebody else commit the patch
into mainline.

Best wishes,

                Pavel
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index cce6feff35..48d45b958f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2606,6 +2606,7 @@  W: https://canbus.pages.fel.cvut.cz/
 F: net/can/*
 F: hw/net/can/*
 F: include/net/can_*.h
+F: docs/system/devices/can.rst
 
 OpenPIC interrupt controller
 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>