]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: MAINTAINERS: Add header files to SCSI SUBSYSTEM
authorSimon Horman <horms@kernel.org>
Fri, 16 Aug 2024 12:59:56 +0000 (13:59 +0100)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 17 Aug 2024 01:15:54 +0000 (21:15 -0400)
commitcd612b57c3672487ae8565855eaf9e83862eccc5
treef4f77dba288de28d2d5b53abb3639cb3acdb9f05
parentea593e028a9cc523557b4084a61d87ae69e2f270
scsi: MAINTAINERS: Add header files to SCSI SUBSYSTEM

This is part of an effort to assign a section in MAINTAINERS to header
files that relate to Networking [1]. In this case the files with "net" in
their name.

[1] https://lore.kernel.org/netdev/20240816-net-mnt-v1-0-ef946b47ced4@kernel.org/

As part of that effort these files came up:

 * include/uapi/scsi/scsi_netlink_fc.h
 * include/uapi/scsi/scsi_netlink.h

Unlike all the other matching files, these one seem to relate more closely
to SCSI than Networking, so I have added them to the SCSI SUBSYSTEM
section.

In order to simplify things, and for consistency, I have added the entire
include/uapi/scsi rather than the individual files.

Signed-off-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20240816-scsi-mnt-v1-1-439af8b1c28b@kernel.org
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
MAINTAINERS