Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: ip_gre: Fix spelling mistake "demultiplexor" -> "demultiplexer"

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>

authored by

Colin Ian King and committed by
Jakub Kicinski
4134bb72 3a4236c3

+1 -1
+1 -1
net/ipv4/gre_demux.c
··· 199 199 200 200 static int __init gre_init(void) 201 201 { 202 - pr_info("GRE over IPv4 demultiplexor driver\n"); 202 + pr_info("GRE over IPv4 demultiplexer driver\n"); 203 203 204 204 if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) { 205 205 pr_err("can't add protocol\n");