aboutsummaryrefslogtreecommitdiffstats
path: root/net/ife
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/ife
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/ife')
-rw-r--r--net/ife/ife.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ife/ife.c b/net/ife/ife.c
index f360341c72eb..7d1ec76e7f43 100644
--- a/net/ife/ife.c
+++ b/net/ife/ife.c
@@ -137,6 +137,6 @@ int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval)
EXPORT_SYMBOL_GPL(ife_tlv_meta_encode);
MODULE_AUTHOR("Jamal Hadi Salim <jhs@mojatatu.com>");
-MODULE_AUTHOR("Yotam Gigi <yotamg@mellanox.com>");
+MODULE_AUTHOR("Yotam Gigi <yotam.gi@gmail.com>");
MODULE_DESCRIPTION("Inter-FE LFB action");
MODULE_LICENSE("GPL");