diff options
author | Lu Wei <luwei32@huawei.com> | 2021-03-25 07:38:23 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-26 01:05:07 +0100 |
commit | e51443d54b4e6a2793c55d82fd04b79fbc8ba4d5 (patch) | |
tree | c98c64f6500ffa67b80a8c8bd8302a1aa7e197dd | |
parent | net: core: Fix a typo in dev_addr_lists.c (diff) | |
download | linux-e51443d54b4e6a2793c55d82fd04b79fbc8ba4d5.tar.xz linux-e51443d54b4e6a2793c55d82fd04b79fbc8ba4d5.zip |
net: decnet: Fix a typo in dn_nsp_in.c
Modify "erronous" to "erroneous" in net/decnet/dn_nsp_in.c.
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Lu Wei <luwei32@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | net/decnet/dn_nsp_in.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/decnet/dn_nsp_in.c b/net/decnet/dn_nsp_in.c index c97bdca5ec30..1a12912b88d6 100644 --- a/net/decnet/dn_nsp_in.c +++ b/net/decnet/dn_nsp_in.c @@ -520,7 +520,7 @@ static void dn_nsp_linkservice(struct sock *sk, struct sk_buff *skb) fcval = *ptr; /* - * Here we ignore erronous packets which should really + * Here we ignore erroneous packets which should really * should cause a connection abort. It is not critical * for now though. */ |