mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
staging: wimax: i2400m: Mundane typo fix in the file driver.c
s/procesing/processing/ Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210317092624.1138207-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f03480be04
commit
29420aeb4c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user