From patchwork Thu Jul 5 14:57:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 17415 X-Patchwork-Delegate: sw@simonwunderlich.de Return-Path: X-Original-To: patchwork@open-mesh.org Delivered-To: patchwork@open-mesh.org Received: from open-mesh.org (localhost [IPv6:::1]) by open-mesh.org (Postfix) with ESMTP id 326B482AC6; Thu, 5 Jul 2018 16:57:18 +0200 (CEST) Authentication-Results: open-mesh.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b="g9tCE67E"; dkim-atps=neutral Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=79.140.41.39; helo=v3-1039.vlinux.de; envelope-from=sven@narfation.org; receiver= Received: from v3-1039.vlinux.de (narfation.org [79.140.41.39]) by open-mesh.org (Postfix) with ESMTPS id E17E480904 for ; Thu, 5 Jul 2018 16:57:15 +0200 (CEST) Received: from sven-desktop.home.narfation.org (p200300C593D742FA000000000000070D.dip0.t-ipconnect.de [IPv6:2003:c5:93d7:42fa::70d]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id 0D4DD110134; Thu, 5 Jul 2018 16:57:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1530802635; bh=ndyWkPSOsIkFRLiQpPoh5+UhCxJMgvyCv3OQeIaaIMk=; h=From:To:Cc:Subject:Date:From; b=g9tCE67El57v41yrFF53GVJwssaSvEaw0aFMOpp8Se1j6jeuhvMnC5SjrsDc5Ifgy WdJfjKFHDQDsVZqDMWRa4E9SJQ1YTJuM4bZEiLA1kljZnDIjjSMLAk/Lv7Y9MFWUxv eXhd9/qAUb/r6ENECWcDU7kvAsZZCD7+uAgQErc0= From: Sven Eckelmann To: b.a.t.m.a.n@lists.open-mesh.org Date: Thu, 5 Jul 2018 16:57:12 +0200 Message-Id: <20180705145712.22287-1-sven@narfation.org> X-Mailer: git-send-email 2.11.0 Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: fix checkpatch warning about misspelled "cache" X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking Errors-To: b.a.t.m.a.n-bounces@lists.open-mesh.org Sender: "B.A.T.M.A.N" commit a2d4df9b673c ("spelling.txt: add more spellings to spelling.txt") introduced the spellcheck of "cache" for checkpatch.pl. Signed-off-by: Sven Eckelmann --- 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 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 *