forked from Minki/linux
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:
parent
11e1fa46b4
commit
d37d29c305
@ -430,7 +430,7 @@ static int __init geneve_init_module(void)
|
|||||||
if (rc)
|
if (rc)
|
||||||
return rc;
|
return rc;
|
||||||
|
|
||||||
pr_info("Geneve driver\n");
|
pr_info("Geneve core logic\n");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
@ -444,4 +444,4 @@ module_exit(geneve_cleanup_module);
|
|||||||
|
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL");
|
||||||
MODULE_AUTHOR("Jesse Gross <jesse@nicira.com>");
|
MODULE_AUTHOR("Jesse Gross <jesse@nicira.com>");
|
||||||
MODULE_DESCRIPTION("Driver for GENEVE encapsulated traffic");
|
MODULE_DESCRIPTION("Driver library for GENEVE encapsulated traffic");
|
||||||
|
Loading…
Reference in New Issue
Block a user