From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 556DFC433EF for ; Tue, 5 Oct 2021 10:30:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3617E61251 for ; Tue, 5 Oct 2021 10:30:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234529AbhJEKb5 (ORCPT ); Tue, 5 Oct 2021 06:31:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:60126 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234579AbhJEKb3 (ORCPT ); Tue, 5 Oct 2021 06:31:29 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D43D0611AE; Tue, 5 Oct 2021 10:29:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1633429779; bh=E0WwExfLjdxHIUiA5gdbo/w28j/Ic5yr/TkBTwl0/oc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZBEPshrw8bYoxNsaxCH3VMKSU/o3XclKZ1IG/aqTj561YDEAf7Y2i4mIPnbZ3oLww XeJgCdNNGAvViy2PxQdw8zzihA66qUvIquC6mrJ4PBNKY0IUCispsd+W+wB8CPSZ25 wqM5YJb9ysHx/kNTSlv7iq86ktylzRzrmhxmOYmg= Date: Tue, 5 Oct 2021 12:29:37 +0200 From: Greg Kroah-Hartman To: hallblazzar Cc: Larry Finger , Phillip Potter , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] staging: r8188eu: Fix misspelling in comment Message-ID: References: <7bc392d5-11e4-7ad0-dab6-295ccadf63b9@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <7bc392d5-11e4-7ad0-dab6-295ccadf63b9@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 29, 2021 at 12:29:01PM +0100, hallblazzar wrote: > As format check raised by scripts/checkpatch.pl, comment in the rtw_ap.c > looks misspelled by accident. Help fix it. > > The original error is as below shows: > > CHECK: 'followign' may be misspelled - perhaps 'following'? > +Set to 0 (HT pure) under the followign conditions > > Signed-off-by: Siou-Jhih, Guo This does not match with your "From" line in your email header :( > --- >  drivers/staging/r8188eu/core/rtw_ap.c | 2 +- >  1 file changed, 1 insertion(+), 1 deletion(-) What changed from v1? That always has to go below the --- line as per the documentation, right? Please fix up and send a v3. thanks, greg k-h