aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjur Brændeland <[email protected]>2013-05-01 11:57:50 +0930
committerRusty Russell <[email protected]>2013-05-01 11:59:15 +0930
commit01d779a14ef800b74684d9692add4944df052461 (patch)
treee72bba4b8d1e32beef09962e0f8d1d72880fcb1f
parentc2ecd51531c881c8d47d77ea30395f7f03d42da3 (diff)
caif_virtio: Remove bouncing email addresses
Remove our (soon to be) bouncing email addresses, and update Dmitri's address. Dmitry will take over as maintainer for CAIF from now on. Cc: Vikram Arv <[email protected]> Cc: Dmitry Tarnyagin <[email protected]> Cc: Dmitry Tarnyagin <[email protected]> Signed-off-by: Sjur Brændeland <[email protected]> Signed-off-by: Rusty Russell <[email protected]> Acked-by: Dmity Tarnyagin <[email protected]>
-rw-r--r--drivers/net/caif/caif_virtio.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/net/caif/caif_virtio.c b/drivers/net/caif/caif_virtio.c
index 0e3bede8b8a8..b9ed1288ce2d 100644
--- a/drivers/net/caif/caif_virtio.c
+++ b/drivers/net/caif/caif_virtio.c
@@ -1,8 +1,8 @@
/*
* Copyright (C) ST-Ericsson AB 2013
- * Authors: Vicram Arv / [email protected],
- * Dmitry Tarnyagin / [email protected]
- * Sjur Brendeland / [email protected]
+ * Authors: Vicram Arv
+ * Dmitry Tarnyagin <[email protected]>
+ * Sjur Brendeland
* License terms: GNU General Public License (GPL) version 2
*/
#include <linux/module.h>
@@ -23,8 +23,8 @@
#include <linux/virtio_config.h>
MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Vicram Arv <[email protected]>");
-MODULE_AUTHOR("Sjur Brendeland <[email protected]>");
+MODULE_AUTHOR("Vicram Arv");
+MODULE_AUTHOR("Sjur Brendeland");
MODULE_DESCRIPTION("Virtio CAIF Driver");
/* NAPI schedule quota */