summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/hash.h
diff options
context:
space:
mode:
authorZheng Yongjun <zhengyongjun3@huawei.com>2021-06-02 14:56:03 +0800
committerSimon Wunderlich <sw@simonwunderlich.de>2021-06-02 08:46:03 +0200
commit791ad7f5c17ea3d0887b94eed1e7812777f8e496 (patch)
treeb460b5cfa3a79d7281c3681d9a4f66ff1a2e1a41 /net/batman-adv/hash.h
parent1cf1ef60a1a64cb5e00148b35bb35abad0984234 (diff)
downloadlinux-791ad7f5c17ea3d0887b94eed1e7812777f8e496.tar.bz2
batman-adv: Fix spelling mistakes
Fix some spelling mistakes in comments: containg ==> containing dont ==> don't datas ==> data brodcast ==> broadcast Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv/hash.h')
-rw-r--r--net/batman-adv/hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/hash.h b/net/batman-adv/hash.h
index 46696759f194..fb251c385a1b 100644
--- a/net/batman-adv/hash.h
+++ b/net/batman-adv/hash.h
@@ -18,7 +18,7 @@
#include <linux/stddef.h>
#include <linux/types.h>
-/* callback to a compare function. should compare 2 element datas for their
+/* callback to a compare function. should compare 2 element data for their
* keys
*
* Return: true if same and false if not same