Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 57fe2eca21cfd931de4eebca4eb278894043636d Author: Sven Eckelmann sven@narfation.org Date: Thu Jul 5 16:57:12 2018 +0200
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
57fe2eca21cfd931de4eebca4eb278894043636d net/batman-adv/debugfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/batman-adv/debugfs.c b/net/batman-adv/debugfs.c index 87479c6..3cb8237 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 *