Re: [PATCH] staging: wimax: i2400m: Mundane typo fix in the file driver.c

From: Randy Dunlap
Date: Wed Mar 17 2021 - 13:36:16 EST


On 3/17/21 2:26 AM, Bhaskar Chowdhury wrote:
>
> s/procesing/processing/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>

Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

> ---
> drivers/staging/wimax/i2400m/driver.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c
> index f5186458bb3d..8091106212f9 100644
> --- a/drivers/staging/wimax/i2400m/driver.c
> +++ b/drivers/staging/wimax/i2400m/driver.c
> @@ -96,7 +96,7 @@ MODULE_PARM_DESC(barkers,
> *
> * This function just verifies that the header declaration and the
> * payload are consistent and then deals with it, either forwarding it
> - * to the device or procesing it locally.
> + * to the device or processing it locally.
> *
> * In the i2400m, messages are basically commands that will carry an
> * ack, so we use i2400m_msg_to_dev() and then deliver the ack back to
> --


--
~Randy