[PATCH] MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER

Lukas Bulwahn posted 1 patch 7 months, 1 week ago
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
[PATCH] MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER
Posted by Lukas Bulwahn 7 months, 1 week ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 65eaac591b75 ("um: Remove obsolete legacy network transports")
removes the directory arch/um/os-Linux/drivers/, but misses to remove the
file entry in TUN/TAP DRIVER referring to that directory.

Remove this obsolete file entry. While at it, put the section name in
capital letters.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 9c166503cc6b..34a55e3ff863 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24981,13 +24981,12 @@ L:	linux-parisc@vger.kernel.org
 S:	Orphan
 F:	drivers/net/ethernet/dec/tulip/
 
-TUN/TAP driver
+TUN/TAP DRIVER
 M:	Willem de Bruijn <willemdebruijn.kernel@gmail.com>
 M:	Jason Wang <jasowang@redhat.com>
 S:	Maintained
 W:	http://vtun.sourceforge.net/tun
 F:	Documentation/networking/tuntap.rst
-F:	arch/um/os-Linux/drivers/
 F:	drivers/net/tap.c
 F:	drivers/net/tun*
 
-- 
2.49.0
Re: [PATCH] MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER
Posted by Tiwei Bie 7 months, 1 week ago
On 2025/5/7 15:10, Lukas Bulwahn wrote:
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> 
> Commit 65eaac591b75 ("um: Remove obsolete legacy network transports")
> removes the directory arch/um/os-Linux/drivers/, but misses to remove the
> file entry in TUN/TAP DRIVER referring to that directory.
> 
> Remove this obsolete file entry. While at it, put the section name in
> capital letters.
> 
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---
>  MAINTAINERS | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9c166503cc6b..34a55e3ff863 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -24981,13 +24981,12 @@ L:	linux-parisc@vger.kernel.org
>  S:	Orphan
>  F:	drivers/net/ethernet/dec/tulip/
>  
> -TUN/TAP driver
> +TUN/TAP DRIVER
>  M:	Willem de Bruijn <willemdebruijn.kernel@gmail.com>
>  M:	Jason Wang <jasowang@redhat.com>
>  S:	Maintained
>  W:	http://vtun.sourceforge.net/tun
>  F:	Documentation/networking/tuntap.rst
> -F:	arch/um/os-Linux/drivers/
>  F:	drivers/net/tap.c
>  F:	drivers/net/tun*
>  

I missed that. Thanks for the fix!

Reviewed-by: Tiwei Bie <tiwei.btw@antgroup.com>

Regards,
Tiwei