diff options
author | Lukas Bulwahn <lukas.bulwahn@redhat.com> | 2025-05-07 09:10:04 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2025-06-02 11:23:08 +0200 |
commit | bb13e79cc9ef3b4f18b905df0ab75f6f92725558 (patch) | |
tree | 81cffcbf9fc2d744c0be25ae89b4aeb82f5ffe66 | |
parent | fd054188999ff19746cc09f4e0f196a113964db9 (diff) |
MAINTAINERS: remove obsolete file entry in TUN/TAP DRIVER
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>
Reviewed-by: Tiwei Bie <tiwei.btw@antgroup.com>
Link: https://patch.msgid.link/20250507071004.35120-1-lukas.bulwahn@redhat.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69511c3b2b76..29befe497ace 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24694,13 +24694,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* |