diff options
author | Bart Van Assche <[email protected]> | 2017-08-17 13:12:48 -0700 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2017-08-18 08:45:29 -0600 |
commit | 5d12177608b63a7a3190b19c8330ee579435aea6 (patch) | |
tree | a82f8b52f0639021e3738eb9e79809bdaf2854dc | |
parent | bec9e8acfdd8fc609eab626fe4471413c1bb815d (diff) |
skd: Update maintainer information
E-mails sent to [email protected] bounce. Hence remove that
e-mail address from the driver. Add an entry to the MAINTAINERS
file instead.
Signed-off-by: Bart Van Assche <[email protected]>
Cc: Christoph Hellwig <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Johannes Thumshirn <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | MAINTAINERS | 6 | ||||
-rw-r--r-- | drivers/block/skd_main.c | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f66488dfdbc9..1164f93a19f2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12482,6 +12482,12 @@ M: Ion Badulescu <[email protected]> S: Odd Fixes F: drivers/net/ethernet/adaptec/starfire* +STEC S1220 SKD DRIVER +M: Bart Van Assche <[email protected]> +S: Maintained +F: drivers/block/skd*[ch] + STI CEC DRIVER M: Benjamin Gaignard <[email protected]> S: Maintained diff --git a/drivers/block/skd_main.c b/drivers/block/skd_main.c index 95a528f1fb9c..a77a6550d6ea 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: [email protected]"); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("STEC s1120 PCIe SSD block driver (b" DRV_BUILD_ID ")"); |