MAINTAINERS: repair a malformed T: entry in IDMAPPED MOUNTS

Message ID 20230308143640.9811-1-lukas.bulwahn@gmail.com
State New
Headers
Series MAINTAINERS: repair a malformed T: entry in IDMAPPED MOUNTS |

Commit Message

Lukas Bulwahn March 8, 2023, 2:36 p.m. UTC
  The T: entries shall be composed of a SCM tree type (git, hg, quilt, stgit
or topgit) and location.

Add the SCM tree type to the T: entry and reorder the file entries in
alphabetical order.

Fixes: ddc84c90538e ("MAINTAINERS: update idmapping tree")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Christian Brauner March 8, 2023, 3:15 p.m. UTC | #1
From: Christian Brauner (Microsoft) <brauner@kernel.org>


On Wed, 08 Mar 2023 15:36:40 +0100, Lukas Bulwahn wrote:
> The T: entries shall be composed of a SCM tree type (git, hg, quilt, stgit
> or topgit) and location.
> 
> Add the SCM tree type to the T: entry and reorder the file entries in
> alphabetical order.
> 
> 
> [...]

Thanks for spotting and fixing this. Applied,

[1/1] MAINTAINERS: repair a malformed T: entry in IDMAPPED MOUNTS
      commit: 5b8e5319affc977d24b8ce7edd295907e969e217
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 2091b15ae695..a51fdde146db 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9889,10 +9889,10 @@  M:	Christian Brauner <brauner@kernel.org>
 M:	Seth Forshee <sforshee@kernel.org>
 L:	linux-fsdevel@vger.kernel.org
 S:	Maintained
-T:	git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping.git
 F:	Documentation/filesystems/idmappings.rst
-F:	tools/testing/selftests/mount_setattr/
 F:	include/linux/mnt_idmapping.*
+F:	tools/testing/selftests/mount_setattr/
 
 IDT VersaClock 5 CLOCK DRIVER
 M:	Luca Ceresoli <luca@lucaceresoli.net>