aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/act_sample.c
diff options
context:
space:
mode:
authorYotam Gigi <yotam.gi@gmail.com>2017-10-30 11:41:36 +0200
committerDavid S. Miller <davem@davemloft.net>2017-11-01 12:19:03 +0900
commitf1fd20c36181f526ed2fbd0707b6957f907ee64b (patch)
tree1fede836b9ba745c36413f026173fd18845ad20e /net/sched/act_sample.c
parentnet: hns: set correct return value (diff)
downloadlinux-dev-f1fd20c36181f526ed2fbd0707b6957f907ee64b.tar.xz
linux-dev-f1fd20c36181f526ed2fbd0707b6957f907ee64b.zip
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 <yotam.gi@gmail.com> Signed-off-by: Yuval Mintz <yuvalm@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_sample.c')
-rw-r--r--net/sched/act_sample.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/act_sample.c b/net/sched/act_sample.c
index a9f9a2ccc664..8b5abcd2f32f 100644
--- a/net/sched/act_sample.c
+++ b/net/sched/act_sample.c
@@ -271,6 +271,6 @@ static void __exit sample_cleanup_module(void)
module_init(sample_init_module);
module_exit(sample_cleanup_module);
-MODULE_AUTHOR("Yotam Gigi <yotamg@mellanox.com>");
+MODULE_AUTHOR("Yotam Gigi <yotam.gi@gmail.com>");
MODULE_DESCRIPTION("Packet sampling action");
MODULE_LICENSE("GPL v2");