lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 12 Mar 2021 08:42:55 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>,
        gregkh@...uxfoundation.org, arnd@...db.de, lee.jones@...aro.org,
        kuba@...nel.org, johannes@...solutions.net,
        devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: wimax: i2400m: Mundane typos fix in the file
 tx.c

On 3/12/21 3:42 AM, Bhaskar Chowdhury wrote:
> 
> s/exahusted/exhausted/
> s/caleed/called/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

Acked-by: Randy Dunlap <rdunlap@...radead.org>

> ---
>  drivers/staging/wimax/i2400m/tx.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/wimax/i2400m/tx.c b/drivers/staging/wimax/i2400m/tx.c
> index e9436212fe54..2d15de653951 100644
> --- a/drivers/staging/wimax/i2400m/tx.c
> +++ b/drivers/staging/wimax/i2400m/tx.c
> @@ -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
> --


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ