aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */