Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

geneve_core: identify as driver library in modules description

parent 11e1fa46
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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");