projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a4236c
)
net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"
author
Colin Ian King
<colin.i.king@gmail.com>
Wed, 23 Apr 2025 11:37:19 +0000
(12:37 +0100)
committer
Jakub Kicinski
<kuba@kernel.org>
Fri, 25 Apr 2025 01:20:40 +0000
(18:20 -0700)
There is a spelling mistake in a pr_info message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://patch.msgid.link/20250423113719.173539-1-colin.i.king@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv4/gre_demux.c
patch
|
blob
|
blame
|
history
diff --git
a/net/ipv4/gre_demux.c
b/net/ipv4/gre_demux.c
index 6701a98d9a9ff71634c4215dc1843f9ef8141ae4..dafd68f3436a2c3d294ba701fa57e66c4ccc9a75 100644
(file)
--- a/
net/ipv4/gre_demux.c
+++ b/
net/ipv4/gre_demux.c
@@
-199,7
+199,7
@@
static const struct net_protocol net_gre_protocol = {
static int __init gre_init(void)
{
- pr_info("GRE over IPv4 demultiplex
o
r driver\n");
+ pr_info("GRE over IPv4 demultiplex
e
r driver\n");
if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) {
pr_err("can't add protocol\n");