aboutsummaryrefslogtreecommitdiff
path: root/net/psample
diff options
context:
space:
mode:
authorYotam Gigi <[email protected]>2017-10-30 11:41:36 +0200
committerDavid S. Miller <[email protected]>2017-11-01 12:19:03 +0900
commitf1fd20c36181f526ed2fbd0707b6957f907ee64b (patch)
tree1fede836b9ba745c36413f026173fd18845ad20e /net/psample
parentd2083d0e92117598dd24ba270af12376f1fb8866 (diff)
MAINTAINERS: Update Yotam's E-mail
For the time being I will be available in my private mail. Update both the MAINTAINERS file and the individual modules MODULE_AUTHOR directive with the new address. Signed-off-by: Yotam Gigi <[email protected]> Signed-off-by: Yuval Mintz <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/psample')
-rw-r--r--net/psample/psample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/psample/psample.c b/net/psample/psample.c
index 3a6ad0f438dc..64f95624f219 100644
--- a/net/psample/psample.c
+++ b/net/psample/psample.c
@@ -296,6 +296,6 @@ static void __exit psample_module_exit(void)
module_init(psample_module_init);
module_exit(psample_module_exit);
-MODULE_AUTHOR("Yotam Gigi <[email protected]>");
+MODULE_AUTHOR("Yotam Gigi <[email protected]>");
MODULE_DESCRIPTION("netlink channel for packet sampling");
MODULE_LICENSE("GPL v2");