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

6lowpan: Fix some typos in nhc_udp.c

s/Orignal/Original/
s/infered/inferred/

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wang Hai <wanghai38@huawei.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Wang Hai and committed by
David S. Miller
da1da87f 0e4161d0

+2 -2
+2 -2
net/6lowpan/nhc_udp.c
··· 5 5 * Authors: 6 6 * Alexander Aring <aar@pengutronix.de> 7 7 * 8 - * Orignal written by: 8 + * Original written by: 9 9 * Alexander Smirnov <alex.bluesman.smirnov@gmail.com> 10 10 * Jon Smirl <jonsmirl@gmail.com> 11 11 */ ··· 82 82 if (fail) 83 83 return -EINVAL; 84 84 85 - /* UDP length needs to be infered from the lower layers 85 + /* UDP length needs to be inferred from the lower layers 86 86 * here, we obtain the hint from the remaining size of the 87 87 * frame 88 88 */