From: Bhaskar Chowdhury Date: Wed, 17 Mar 2021 09:26:24 +0000 (+0530) Subject: staging: wimax: i2400m: Mundane typo fix in the file driver.c X-Git-Tag: accepted/tizen/unified/20230118.172025~7414^2~421 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29420aeb4c66e303ac211c5b880275822409c68c;p=platform%2Fkernel%2Flinux-rpi.git staging: wimax: i2400m: Mundane typo fix in the file driver.c s/procesing/processing/ Acked-by: Randy Dunlap Signed-off-by: Bhaskar Chowdhury Link: https://lore.kernel.org/r/20210317092624.1138207-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wimax/i2400m/driver.c b/drivers/staging/wimax/i2400m/driver.c index f518645..80911062 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