]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5e89f256a363133e4dd144e75e75ba80c3f71fde
tree7776b44edcdbaccb7303811b72e2e0b925da109c
parent927e7dde49524c6c45a18518235216dd22d9da91
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