MAINTAINERS: repair malformed T: entries in NVM EXPRESS DRIVERS

Message ID 20230308144132.13368-1-lukas.bulwahn@gmail.com
State New
Headers
Series MAINTAINERS: repair malformed T: entries in NVM EXPRESS DRIVERS |

Commit Message

Lukas Bulwahn March 8, 2023, 2:41 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: b508fc354f6d ("nvme: update maintainers information")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
---
 MAINTAINERS | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
  

Comments

Sagi Grimberg March 9, 2023, 9:20 a.m. UTC | #1
> 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: b508fc354f6d ("nvme: update maintainers information")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>

Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
  
Christoph Hellwig March 9, 2023, 9:42 a.m. UTC | #2
Thanks,

applied to nvme-6.3.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index a51fdde146db..dd805e784e6d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14905,12 +14905,12 @@  M:	Sagi Grimberg <sagi@grimberg.me>
 L:	linux-nvme@lists.infradead.org
 S:	Supported
 W:	http://git.infradead.org/nvme.git
-T:	git://git.infradead.org/nvme.git
+T:	git git://git.infradead.org/nvme.git
 F:	Documentation/nvme/
-F:	drivers/nvme/host/
 F:	drivers/nvme/common/
-F:	include/linux/nvme.h
+F:	drivers/nvme/host/
 F:	include/linux/nvme-*.h
+F:	include/linux/nvme.h
 F:	include/uapi/linux/nvme_ioctl.h
 
 NVM EXPRESS FABRICS AUTHENTICATION
@@ -14945,7 +14945,7 @@  M:	Chaitanya Kulkarni <kch@nvidia.com>
 L:	linux-nvme@lists.infradead.org
 S:	Supported
 W:	http://git.infradead.org/nvme.git
-T:	git://git.infradead.org/nvme.git
+T:	git git://git.infradead.org/nvme.git
 F:	drivers/nvme/target/
 
 NVMEM FRAMEWORK