Skip to content

Commit

Permalink
geneve_core: identify as driver library in modules description
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
linvjw authored and davem330 committed May 13, 2015
1 parent 11e1fa4 commit d37d29c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/ipv4/geneve_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand All @@ -444,4 +444,4 @@ module_exit(geneve_cleanup_module);

MODULE_LICENSE("GPL");
MODULE_AUTHOR("Jesse Gross <[email protected]>");
MODULE_DESCRIPTION("Driver for GENEVE encapsulated traffic");
MODULE_DESCRIPTION("Driver library for GENEVE encapsulated traffic");

0 comments on commit d37d29c

Please sign in to comment.