geneve_core: identify as driver library in modules description

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
John W. Linville 2015-05-13 12:57:29 -04:00 committed by David S. Miller
parent 11e1fa46b4
commit d37d29c305

View File

@ -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");