From: Bart Van Assche Date: Thu, 17 Aug 2017 20:12:48 +0000 (-0700) Subject: skd: Update maintainer information X-Git-Tag: v4.14-rc1~81^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5d12177608b63a7a3190b19c8330ee579435aea6;p=platform%2Fkernel%2Flinux-rpi.git skd: Update maintainer information E-mails sent to support@stec-inc.com bounce. Hence remove that e-mail address from the driver. Add an entry to the MAINTAINERS file instead. Signed-off-by: Bart Van Assche Cc: Christoph Hellwig Cc: Hannes Reinecke Cc: Johannes Thumshirn Signed-off-by: Jens Axboe --- diff --git a/MAINTAINERS b/MAINTAINERS index f66488d..1164f93 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12482,6 +12482,12 @@ M: Ion Badulescu S: Odd Fixes F: drivers/net/ethernet/adaptec/starfire* +STEC S1220 SKD DRIVER +M: Bart Van Assche +L: linux-block@vger.kernel.org +S: Maintained +F: drivers/block/skd*[ch] + STI CEC DRIVER M: Benjamin Gaignard S: Maintained diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c index 95a528f..a77a655 100644 --- a/drivers/block/skd_main.c +++ b/drivers/block/skd_main.c @@ -72,7 +72,6 @@ enum { #define DRV_BIN_VERSION 0x100 #define DRV_VER_COMPL "2.2.1." DRV_BUILD_ID -MODULE_AUTHOR("bug-reports: support@stec-inc.com"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("STEC s1120 PCIe SSD block driver (b" DRV_BUILD_ID ")");