From: Jean Delvare Date: Wed, 19 Jun 2013 00:07:11 +0000 (+1000) Subject: MAINTAINERS: fix tape driver file mappings X-Git-Tag: next-20130619~2^2~306 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ca50d81dced8db9f5b369626a6a52a5c3f58f96;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 5eb70baf2692..9614885c1ff9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5974,8 +5974,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 @@ -7132,7 +7134,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