Commit d37d29c3 authored by John W. Linville's avatar John W. Linville Committed by David S. Miller

geneve_core: identify as driver library in modules description

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 11e1fa46
......@@ -430,7 +430,7 @@ static int __init geneve_init_module(void)
if (rc)
return rc;
pr_info("Geneve driver\n");
pr_info("Geneve core logic\n");
return 0;
}
......@@ -444,4 +444,4 @@ module_exit(geneve_cleanup_module);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jesse Gross <jesse@nicira.com>");
MODULE_DESCRIPTION("Driver for GENEVE encapsulated traffic");
MODULE_DESCRIPTION("Driver library for GENEVE encapsulated traffic");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment