mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 21:14:56 -04:00
staging: wimax: i2400m: Mundane typos fix in the file tx.c
s/exahusted/exhausted/ s/caleed/called/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210312114207.3624-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
88208fa778
commit
55c9731662
@@ -85,7 +85,7 @@
|
||||
* can keep adding payloads to it.
|
||||
*
|
||||
* Closed: we are not appending more payloads to this TX message
|
||||
* (exahusted space in the queue, too many payloads or
|
||||
* (exhausted space in the queue, too many payloads or
|
||||
* whichever). We have appended padding so the whole message
|
||||
* length is aligned to i2400m->bus_tx_block_size (as set by the
|
||||
* bus/transport layer).
|
||||
@@ -295,7 +295,7 @@ enum {
|
||||
/*
|
||||
* Calculate how much tail room is available
|
||||
*
|
||||
* Note the trick here. This path is ONLY caleed for Case A (see
|
||||
* Note the trick here. This path is ONLY called for Case A (see
|
||||
* i2400m_tx_fifo_push() below), where we have:
|
||||
*
|
||||
* Case A
|
||||
|
||||
Reference in New Issue
Block a user