projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11e1fa4
)
geneve_core: identify as driver library in modules description
author
John W. Linville
<linville@tuxdriver.com>
Wed, 13 May 2015 16:57:29 +0000
(12:57 -0400)
committer
David S. Miller
<davem@davemloft.net>
Wed, 13 May 2015 19:59:13 +0000
(15:59 -0400)
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/geneve_core.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/geneve_core.c
b/net/ipv4/geneve_core.c
index 001843d4113509cb118dba06c2afcacd2120ffab..311a4ba6950a669f9360d299ba6130af71d182bc 100644
(file)
--- a/
net/ipv4/geneve_core.c
+++ b/
net/ipv4/geneve_core.c
@@
-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");