diff options
author | Jean Delvare <[email protected]> | 2013-07-03 15:05:08 -0700 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-07-03 16:07:42 -0700 |
commit | f7269cfc37d547a6e89b26caf30c62557450c196 (patch) | |
tree | 674ffefae38ed9af8927bc706f8eba6289247bc2 | |
parent | a7d0dabb3e863a1d4018235c1384b4318322116a (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 <[email protected]>
Cc: Willem Riede <[email protected]>
Cc: Kai Mäkisara <[email protected]>
Cc: "James E.J. Bottomley" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | MAINTAINERS | 9 |
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 <[email protected]> S: Maintained -F: drivers/scsi/osst* -F: drivers/scsi/st* +F: Documentation/scsi/osst.txt +F: drivers/scsi/osst.* +F: drivers/scsi/osst_*.h +F: drivers/scsi/st.h OPENCORES I2C BUS DRIVER M: Peter Korsgaard <[email protected]> @@ -7112,7 +7114,8 @@ M: Kai Mäkisara <[email protected]> S: Maintained F: Documentation/scsi/st.txt -F: drivers/scsi/st* +F: drivers/scsi/st.* +F: drivers/scsi/st_*.h SCTP PROTOCOL M: Vlad Yasevich <[email protected]> |