net: tun: fix misspellings using codespell tool
authorMenglong Dong <dong.menglong@zte.com.cn>
Mon, 18 Jan 2021 11:15:39 +0000 (03:15 -0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 20 Jan 2021 01:43:56 +0000 (17:43 -0800)
commitc2e315b8c399cf364b740368561d9d8f3f354402
tree7776b44edcdbaccb7303811b72e2e0b925da109c
parent0deee7aa23a5be51f3b3572572f55d9c92f4cf4a
net: tun: fix misspellings using codespell tool

Some typos are found out by codespell tool:

$ codespell -w -i 3 ./drivers/net/tun.c
aovid  ==> avoid

Fix typos found by codespell.

Signed-off-by: Menglong Dong <dong.menglong@zte.com.cn>
Link: https://lore.kernel.org/r/20210118111539.35886-1-dong.menglong@zte.com.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/tun.c