diff options
author | Lu Wei <luwei32@huawei.com> | 2021-03-25 14:38:23 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-25 17:05:07 -0700 |
commit | e51443d54b4e6a2793c55d82fd04b79fbc8ba4d5 (patch) | |
tree | c98c64f6500ffa67b80a8c8bd8302a1aa7e197dd /net/decnet | |
parent | 897b9fae7a8ac1de2372a15234c944831c83ec26 (diff) | |
download | linux-e51443d54b4e6a2793c55d82fd04b79fbc8ba4d5.tar.bz2 |
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>
Diffstat (limited to 'net/decnet')
-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. */ |