From mboxrd@z Thu Jan 1 00:00:00 1970 From: zhong jiang Subject: Re: [PATCH] net: toshiba: remove a redundant local variable 'index_specified' Date: Thu, 20 Sep 2018 19:34:52 +0800 Message-ID: <5BA385DC.6070302@huawei.com> References: <1537408565-22315-1-git-send-email-zhongjiang@huawei.com> <17fba403-b5be-a406-bb25-4a0c2c4f27ca@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: , , , , , To: Sergei Shtylyov Return-path: In-Reply-To: <17fba403-b5be-a406-bb25-4a0c2c4f27ca@cogentembedded.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On 2018/9/20 18:23, Sergei Shtylyov wrote: > On 9/20/2018 4:56 AM, zhong jiang wrote: > >> The local variable 'index_specified' is never used after being assigned. >> hence it should be redundant adn can be removed. > > s/adn/and/. > Spelling mistake. Thanks, checkpatch.pl can not find this. :-[ . I will be appreaciated that David help me correct that. Sincerely, zhong jiang >> Signed-off-by: zhong jiang > [...] > > MBR, Sergei > > >