diff mbox

MAINTAINERS: Add entries for include/net/ files

Message ID 1456401384-25177-1-git-send-email-thuth@redhat.com
State New
Headers show

Commit Message

Thomas Huth Feb. 25, 2016, 11:56 a.m. UTC
The include/net/ files correspond to the files in the net/ directory,
thus there should be corresponding entries in the MAINTAINERS file.

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

Comments

Jason Wang Feb. 26, 2016, 6:54 a.m. UTC | #1
On 02/25/2016 07:56 PM, Thomas Huth wrote:
> The include/net/ files correspond to the files in the net/ directory,
> thus there should be corresponding entries in the MAINTAINERS file.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b29408..5fc99cd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1123,6 +1123,7 @@ Network device backends
>  M: Jason Wang <jasowang@redhat.com>
>  S: Maintained
>  F: net/
> +F: include/net/
>  T: git git://github.com/jasowang/qemu.git net
>  
>  Netmap network backend
> @@ -1222,6 +1223,7 @@ M: Jan Kiszka <jan.kiszka@siemens.com>
>  S: Maintained
>  F: slirp/
>  F: net/slirp.c
> +F: include/net/slirp.h
>  T: git git://git.kiszka.org/qemu.git queues/slirp
>  
>  Tracing

Applied to -net.

Thanks
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 5b29408..5fc99cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1123,6 +1123,7 @@  Network device backends
 M: Jason Wang <jasowang@redhat.com>
 S: Maintained
 F: net/
+F: include/net/
 T: git git://github.com/jasowang/qemu.git net
 
 Netmap network backend
@@ -1222,6 +1223,7 @@  M: Jan Kiszka <jan.kiszka@siemens.com>
 S: Maintained
 F: slirp/
 F: net/slirp.c
+F: include/net/slirp.h
 T: git git://git.kiszka.org/qemu.git queues/slirp
 
 Tracing