[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210317092624.1138207-1-unixbhaskar@gmail.com>
Date: Wed, 17 Mar 2021 14:56:24 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: gregkh@...uxfoundation.org, colin.king@...onical.com,
davem@...emloft.net, johannes@...solutions.net, arnd@...db.de,
unixbhaskar@...il.com, lee.jones@...aro.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org
Subject: [PATCH] staging: wimax: i2400m: Mundane typo fix in the file driver.c
s/procesing/processing/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
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
--
2.30.2
Powered by blists - more mailing lists