aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2013-07-03 18:05:08 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2013-07-03 19:07:42 -0400
commitf7269cfc37d547a6e89b26caf30c62557450c196 (patch)
tree674ffefae38ed9af8927bc706f8eba6289247bc2 /MAINTAINERS
parenta7d0dabb3e863a1d4018235c1384b4318322116a (diff)
MAINTAINERS: fix tape driver file mappings
The masks for the st and osst tape drivers in MAINTAINERS are too broad and include unrelated files. Make the file list accurate so that maintainers of these drivers aren't bothered with unrelated work. Signed-off-by: Jean Delvare <jdelvare@suse.de> Cc: Willem Riede <osst@riede.org> Cc: Kai Mäkisara <Kai.Makisara@kolumbus.fi> Cc: "James E.J. Bottomley" <JBottomley@parallels.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 6 insertions, 3 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 56de3827f5d5..2c64e6dbb4c8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5963,8 +5963,10 @@ M: Willem Riede <osst@riede.org>
5963L: osst-users@lists.sourceforge.net 5963L: osst-users@lists.sourceforge.net
5964L: linux-scsi@vger.kernel.org 5964L: linux-scsi@vger.kernel.org
5965S: Maintained 5965S: Maintained
5966F: drivers/scsi/osst* 5966F: Documentation/scsi/osst.txt
5967F: drivers/scsi/st* 5967F: drivers/scsi/osst.*
5968F: drivers/scsi/osst_*.h
5969F: drivers/scsi/st.h
5968 5970
5969OPENCORES I2C BUS DRIVER 5971OPENCORES I2C BUS DRIVER
5970M: Peter Korsgaard <jacmet@sunsite.dk> 5972M: Peter Korsgaard <jacmet@sunsite.dk>
@@ -7112,7 +7114,8 @@ M: Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7112L: linux-scsi@vger.kernel.org 7114L: linux-scsi@vger.kernel.org
7113S: Maintained 7115S: Maintained
7114F: Documentation/scsi/st.txt 7116F: Documentation/scsi/st.txt
7115F: drivers/scsi/st* 7117F: drivers/scsi/st.*
7118F: drivers/scsi/st_*.h
7116 7119
7117SCTP PROTOCOL 7120SCTP PROTOCOL
7118M: Vlad Yasevich <vyasevich@gmail.com> 7121M: Vlad Yasevich <vyasevich@gmail.com>