Re: [PATCH 1/6] staging: wfx/main.h: fix a spelling and grammar mistake

From: Jérôme Pouiller
Date: Thu Aug 20 2020 - 05:18:45 EST


On Thursday 20 August 2020 10:49:33 CEST Suraj Upadhyay wrote:
>
> Fix spelling mistake "extention" => "extension".
> And correct the statement in passive-voice by adding "be".
>
> Signed-off-by: Suraj Upadhyay <usuraj35@xxxxxxxxx>
> ---
> drivers/staging/wfx/main.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/wfx/main.h b/drivers/staging/wfx/main.h
> index c59d375dd3ad..2457cb595b0f 100644
> --- a/drivers/staging/wfx/main.h
> +++ b/drivers/staging/wfx/main.h
> @@ -19,7 +19,7 @@ struct wfx_dev;
> struct hwbus_ops;
>
> struct wfx_platform_data {
> - /* Keyset and ".sec" extention will appended to this string */
> + /* Keyset and ".sec" extension will be appended to this string */

Already fixed by commit c9638363f02d ("staging: wfx: fix a handful of
spelling mistakes"). But, I am sure there still are spell mistakes in code
of wfx driver :)


--
Jérôme Pouiller