Skip to content

Commit d37d29c

Browse files
linvjwdavem330
authored andcommitted
geneve_core: identify as driver library in modules description
Signed-off-by: John W. Linville <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 11e1fa4 commit d37d29c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

net/ipv4/geneve_core.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ static int __init geneve_init_module(void)
430430
if (rc)
431431
return rc;
432432

433-
pr_info("Geneve driver\n");
433+
pr_info("Geneve core logic\n");
434434

435435
return 0;
436436
}
@@ -444,4 +444,4 @@ module_exit(geneve_cleanup_module);
444444

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

0 commit comments

Comments
 (0)