kernel/bpf/: Fix misspellings using codespell tool
authorLiu xuzhi <liu.xuzhi@zte.com.cn>
Thu, 11 Mar 2021 12:31:03 +0000 (04:31 -0800)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 16 Mar 2021 19:22:20 +0000 (12:22 -0700)
commit6bd45f2e78f31bde335f7720e570a07331031110
tree9285915b109708bec792336b7c229340cfa3f2fd
parentba3b86b9cef0c72ae78173f2c4db8a08bf4d3770
kernel/bpf/: Fix misspellings using codespell tool

A typo is found out by codespell tool in 34th lines of hashtab.c:

$ codespell ./kernel/bpf/
./hashtab.c:34 : differrent ==> different

Fix a typo found by codespell.

Signed-off-by: Liu xuzhi <liu.xuzhi@zte.com.cn>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210311123103.323589-1-liu.xuzhi@zte.com.cn
kernel/bpf/hashtab.c