Re: [PATCH v2] staging: r8188eu: Fix misspelling in comment
From: Greg Kroah-Hartman
Date: Tue Oct 05 2021 - 06:30:08 EST
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 <hallblazzar@xxxxxxxxx>
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