From: Jean Delvare Date: Fri, 7 Jun 2013 00:08:40 +0000 (+1000) Subject: MAINTAINERS: fix tape driver file mappings X-Git-Tag: next-20130607~2^2~251 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a19d2e4bc3624a985974189fb8dc0b423be5d296;p=karo-tx-linux.git 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 Cc: Willem Riede Cc: Kai Mäkisara Cc: "James E.J. Bottomley" Signed-off-by: Andrew Morton --- diff --git a/MAINTAINERS b/MAINTAINERS index acc9d8e54050..f60d4e7259cf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5950,8 +5950,10 @@ M: Willem Riede L: osst-users@lists.sourceforge.net L: linux-scsi@vger.kernel.org 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 @@ -7099,7 +7101,8 @@ M: Kai Mäkisara L: linux-scsi@vger.kernel.org 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