batman-adv: fix checkpatch warning about misspelled "cache"

Message ID 20180705145712.22287-1-sven@narfation.org (mailing list archive)
State Accepted, archived
Delegated to: Simon Wunderlich
Headers
Series batman-adv: fix checkpatch warning about misspelled "cache" |

Commit Message

Sven Eckelmann July 5, 2018, 2:57 p.m. UTC
  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

Sven Eckelmann July 17, 2018, 6 p.m. UTC | #1
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
  

Patch

diff --git a/net/batman-adv/debugfs.c b/net/batman-adv/debugfs.c
index 87479c60..3cb82378 100644
--- a/net/batman-adv/debugfs.c
+++ b/net/batman-adv/debugfs.c
@@ -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
  *