aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2018-07-05 14:42:49 +0200
committerSimon Wunderlich <sw@simonwunderlich.de>2018-07-05 15:24:40 +0200
commitbe01dc33b7b36fd974275ed91b85fcf2c6ae62aa (patch)
treec96cf91c8018c71f974d1cbcde480b48cac3d0b5 /net/batman-adv
parentbatman-adv: Remove "default n" in Kconfig (diff)
downloadlinux-dev-be01dc33b7b36fd974275ed91b85fcf2c6ae62aa.tar.xz
linux-dev-be01dc33b7b36fd974275ed91b85fcf2c6ae62aa.zip
batman-adv: fix checkpatch warning about misspelled "cache"
commit a2d4df9b673c ("spelling.txt: add more spellings to spelling.txt") introduced the spellcheck of "cache" for checkpatch.pl. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/batman-adv')
-rw-r--r--net/batman-adv/debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/debugfs.c b/net/batman-adv/debugfs.c
index 4229b01ac7b5..95a94160baf8 100644
--- a/net/batman-adv/debugfs.c
+++ b/net/batman-adv/debugfs.c
@@ -117,7 +117,7 @@ static int batadv_bla_backbone_table_open(struct inode *inode,
#ifdef CONFIG_BATMAN_ADV_DAT
/**
- * batadv_dat_cache_open() - Prepare file handler for reads from dat_chache
+ * batadv_dat_cache_open() - Prepare file handler for reads from dat_cache
* @inode: inode which was opened
* @file: file handle to be initialized
*