Skip to content

Commit

Permalink
net: decnet: Fix a typo in dn_nsp_in.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lu Wei authored and David S. Miller committed Mar 26, 2021
1 parent 897b9fa commit e51443d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/decnet/dn_nsp_in.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit e51443d

Please sign in to comment.