diff options
author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2024-03-20 02:18:42 +0800 |
---|---|---|
committer | Mike Snitzer <snitzer@kernel.org> | 2024-03-29 09:41:46 -0400 |
commit | 309d8ced2d4865fffb839c13f604fc13f4ef4b31 (patch) | |
tree | 23b9de5c942d715fd4ec1c44ee3a1f3b60d59fe9 | |
parent | 4cece764965020c22cff7665b18a012006359095 (diff) |
MAINTAINERS: Remove incorrect M: tag for dm-devel@lists.linux.dev
The dm-devel@lists.linux.dev mailing list should only be listed under
the L: (List) tag in the MAINTAINERS file. However, it was incorrectly
listed under both L: and M: (Maintainers) tags, which is not accurate.
Remove the M: tag for dm-devel@lists.linux.dev in the MAINTAINERS file
to reflect the correct categorization.
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index aa3b947fb080..71526f619a93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6157,7 +6157,6 @@ DEVICE-MAPPER (LVM) M: Alasdair Kergon <agk@redhat.com> M: Mike Snitzer <snitzer@kernel.org> M: Mikulas Patocka <mpatocka@redhat.com> -M: dm-devel@lists.linux.dev L: dm-devel@lists.linux.dev S: Maintained Q: http://patchwork.kernel.org/project/dm-devel/list/ @@ -6173,7 +6172,6 @@ F: include/uapi/linux/dm-*.h DEVICE-MAPPER VDO TARGET M: Matthew Sakai <msakai@redhat.com> -M: dm-devel@lists.linux.dev L: dm-devel@lists.linux.dev S: Maintained F: Documentation/admin-guide/device-mapper/vdo*.rst |