diff options
author | Yotam Gigi <yotam.gi@gmail.com> | 2017-10-30 11:41:36 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-11-01 12:19:03 +0900 |
commit | f1fd20c36181f526ed2fbd0707b6957f907ee64b (patch) | |
tree | 1fede836b9ba745c36413f026173fd18845ad20e /net/sched | |
parent | d2083d0e92117598dd24ba270af12376f1fb8866 (diff) | |
download | linux-f1fd20c36181f526ed2fbd0707b6957f907ee64b.tar.gz linux-f1fd20c36181f526ed2fbd0707b6957f907ee64b.tar.bz2 linux-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')
-rw-r--r-- | net/sched/act_sample.c | 2 |
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"); |