Searched hist:c2e315b8c399cf364b740368561d9d8f3f354402 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ |
H A D | tun.c | diff c2e315b8c399cf364b740368561d9d8f3f354402 Mon Jan 18 05:15:39 CST 2021 Menglong Dong <dong.menglong@zte.com.cn> 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>
|