OSDN Git Service

batman-adv: fix checkpatch warning about misspelled "cache"
authorSven Eckelmann <sven@narfation.org>
Thu, 5 Jul 2018 12:42:49 +0000 (14:42 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Thu, 5 Jul 2018 13:24:40 +0000 (15:24 +0200)
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>
net/batman-adv/debugfs.c

index 4229b01..95a9416 100644 (file)
@@ -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
  *