diff mbox series

[vhost,3/3] MAINTAINERS: add vringh.h to Virtio Core and Net Drivers

Message ID 20230331-vhost-fixes-v1-3-1f046e735b9e@kernel.org (mailing list archive)
State New, archived
Headers show
Series vhost: minor kdoc fixes and MAINTAINERS update | expand

Commit Message

Simon Horman March 31, 2023, 8:56 a.m. UTC
vringh.h doesn't seem to belong to any section in MAINTAINERS.
Add it to Virtio Core and Net Drivers, which seems to be the most
appropriate section to me.

Signed-off-by: Simon Horman <horms@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Jason Wang March 31, 2023, 9:18 a.m. UTC | #1
On Fri, Mar 31, 2023 at 4:59 PM Simon Horman <horms@kernel.org> wrote:
>
> vringh.h doesn't seem to belong to any section in MAINTAINERS.
> Add it to Virtio Core and Net Drivers, which seems to be the most
> appropriate section to me.
>
> Signed-off-by: Simon Horman <horms@kernel.org>

Acked-by: Jason Wang <jasowang@redhat.com>

Thanks

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 91201c2b8190..7cf548302c56 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -22095,6 +22095,7 @@ F:      drivers/vdpa/
>  F:     drivers/virtio/
>  F:     include/linux/vdpa.h
>  F:     include/linux/virtio*.h
> +F:     include/linux/vringh.h
>  F:     include/uapi/linux/virtio_*.h
>  F:     tools/virtio/
>
>
> --
> 2.30.2
>
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 91201c2b8190..7cf548302c56 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22095,6 +22095,7 @@  F:	drivers/vdpa/
 F:	drivers/virtio/
 F:	include/linux/vdpa.h
 F:	include/linux/virtio*.h
+F:	include/linux/vringh.h
 F:	include/uapi/linux/virtio_*.h
 F:	tools/virtio/