From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 4ACED2C8E for ; Tue, 5 Oct 2021 21:16:36 +0000 (UTC) Received: by mail-wr1-f44.google.com with SMTP id k7so1869523wrd.13 for ; Tue, 05 Oct 2021 14:16:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=PlGyYXdHnRb3uBFBFPOmPhSz+6CwwP78f00acOXfK5s=; b=Fi0qjIZLQ52mrZjTeuH3S5xGIaUaG45rRcYdiWsbBgwLYSEJJEZYSIzCeVoWkQoP0v +ZtUBxkeftA3Btr//ExtEXledeE4O6sQh/pbNB/V3NFwntHK92Hir126Lrp3SQBvv2ht pymBZIh4Nz/aBWxGUVt0YdBj9TPN3jkyy2S8H778TW2WcLsL3QRHja9S6mNiQwVe+lFg 1hEHNc1pcYnzLuXnr5iW6B9SOBYHgqWaIaFeq2qz5bhFPN1KMgH559SUP/4J1Nb1ysRB 2C5tXnfYjkSA6UPDg8yrEl5Vr4zR36jihiRIlfk7fjipdz2ZEnN7VVcbKnPGkogkjTQl gkgg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=PlGyYXdHnRb3uBFBFPOmPhSz+6CwwP78f00acOXfK5s=; b=WoQpflgYjyjHfCb0b4PCckknElufNmZaVzOzviUk5FI3MjMLq3IObfmNbnNbfqUIT6 hlfcfD5MU+doNhAuiABjJQf5IqxsKtSkS/KART5Tshjh2y+Zi5XJ6yOnxkPPv4qqOT/Q dadXuO3CkV838M2T4zWWEpvfalR6YvG3bUgoWW4yxF1vxAiqqaywiAahYOEGNL16KgcD Ru4NrsZlK689r6n11OVZSG8/y+NRthurkKYfpV1pGm2/L/4tcY8M+atiR1zS7gbUzCXR k2CEC0fWd+7RIfBUL8TI40xfHZwuUK2HMQr75qJ86YPra8GlEt9VBbN7d6YqW2voeqOC F/Lg== X-Gm-Message-State: AOAM533t30AhSMtBPZr2uv1/ylRBrJ/86uY0jtoJUWpGxxK7qG6wGFtK 1lo63bgjuK7xd8wlyJQ4S+DQND3TNA3QFgcF X-Google-Smtp-Source: ABdhPJxbk1T7tbndW0Vc+vuX6+xaIh20l7NhzfmeUzYXGzp6pgzr7ZjpEs1oMLR/YXzDB7d9SDWP7Q== X-Received: by 2002:adf:906a:: with SMTP id h97mr23666547wrh.220.1633468594592; Tue, 05 Oct 2021 14:16:34 -0700 (PDT) Received: from ?IPv6:2a02:8084:20c7:8d80:d71c:ed62:e10a:e7ca? ([2a02:8084:20c7:8d80:d71c:ed62:e10a:e7ca]) by smtp.gmail.com with ESMTPSA id s13sm3177074wmc.47.2021.10.05.14.16.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 05 Oct 2021 14:16:34 -0700 (PDT) Subject: Re: [PATCH v2] staging: r8188eu: Fix misspelling in comment To: Greg Kroah-Hartman Cc: Larry Finger , Phillip Potter , linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org References: <7bc392d5-11e4-7ad0-dab6-295ccadf63b9@gmail.com> From: "Siou-Jhih, Guo" Message-ID: Date: Tue, 5 Oct 2021 22:16:33 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US On 05/10/2021 11:29, Greg Kroah-Hartman wrote: > 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 Hello Greg, Really thankful for your time and point those issues out. I've fixed the issues and re-sent v3 patch   [PATCH v2] staging: r8188eu: Fix misspelling in comment    If anything should I additionally aware, I'd like to fix them. Regards, Bill G.