batman-adv: fix checkpatch warning about misspelled "cache"
Commit Message
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>
---
net/batman-adv/debugfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Comments
On Donnerstag, 5. Juli 2018 16:57:12 CEST Sven Eckelmann wrote:
> 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>
> ---
> net/batman-adv/debugfs.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Added as 57fe2eca21cf [1]
Kind regards,
Sven
[1] https://git.open-mesh.org/batman-adv.git/commit/57fe2eca21cfd931de4eebca4eb278894043636d
@@ -118,7 +118,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
*