Skip to content

Commit

Permalink
6lowpan: Fix some typos in nhc_udp.c
Browse files Browse the repository at this point in the history
s/Orignal/Original/
s/infered/inferred/

Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Wang Hai <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Wang Hai authored and davem330 committed Mar 25, 2021
1 parent 0e4161d commit da1da87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/6lowpan/nhc_udp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Authors:
* Alexander Aring <[email protected]>
*
* Orignal written by:
* Original written by:
* Alexander Smirnov <[email protected]>
* Jon Smirl <[email protected]>
*/
Expand Down Expand Up @@ -82,7 +82,7 @@ static int udp_uncompress(struct sk_buff *skb, size_t needed)
if (fail)
return -EINVAL;

/* UDP length needs to be infered from the lower layers
/* UDP length needs to be inferred from the lower layers
* here, we obtain the hint from the remaining size of the
* frame
*/
Expand Down

0 comments on commit da1da87

Please sign in to comment.