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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 9 Jun 2020 11:53:56 -0400
From:   Dennis Dalessandro <dennis.dalessandro@...el.com>
To:     Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
        Kieran Bingham <kieran.bingham@...asonboard.com>
Cc:     linux-renesas-soc@...r.kernel.org,
        Mike Marciniszyn <mike.marciniszyn@...el.com>,
        Doug Ledford <dledford@...hat.com>,
        Jason Gunthorpe <jgg@...pe.ca>,
        Jiri Kosina <trivial@...nel.org>,
        "open list:HFI1 DRIVER" <linux-rdma@...r.kernel.org>,
        open list <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 02/17] drivers: infiniband: Fix trivial spelling

On 6/9/2020 8:45 AM, Kieran Bingham wrote:
> The word 'descriptor' is misspelled throughout the tree.
> 
> Fix it up accordingly:
>      decriptors -> descriptors
> 
> Signed-off-by: Kieran Bingham <kieran.bingham+renesas@...asonboard.com>
> ---
>   drivers/infiniband/hw/hfi1/iowait.h      | 2 +-
>   drivers/infiniband/hw/hfi1/verbs_txreq.h | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/infiniband/hw/hfi1/iowait.h b/drivers/infiniband/hw/hfi1/iowait.h
> index 07847cb72169..d580aa17ae37 100644
> --- a/drivers/infiniband/hw/hfi1/iowait.h
> +++ b/drivers/infiniband/hw/hfi1/iowait.h
> @@ -399,7 +399,7 @@ static inline void iowait_get_priority(struct iowait *w)
>    * @wait_head: the wait queue
>    *
>    * This function is called to insert an iowait struct into a
> - * wait queue after a resource (eg, sdma decriptor or pio
> + * wait queue after a resource (eg, sdma descriptor or pio
>    * buffer) is run out.
>    */
>   static inline void iowait_queue(bool pkts_sent, struct iowait *w,
> diff --git a/drivers/infiniband/hw/hfi1/verbs_txreq.h b/drivers/infiniband/hw/hfi1/verbs_txreq.h
> index bfa6e081cb56..d2d526c5a756 100644
> --- a/drivers/infiniband/hw/hfi1/verbs_txreq.h
> +++ b/drivers/infiniband/hw/hfi1/verbs_txreq.h
> @@ -91,7 +91,7 @@ static inline struct verbs_txreq *get_txreq(struct hfi1_ibdev *dev,
>   	tx->mr = NULL;
>   	tx->sde = priv->s_sde;
>   	tx->psc = priv->s_sendcontext;
> -	/* so that we can test if the sdma decriptors are there */
> +	/* so that we can test if the sdma descriptors are there */
>   	tx->txreq.num_desc = 0;
>   	/* Set the header type */
>   	tx->phdr.hdr.hdr_type = priv->hdr_type;
> 

Thanks

Acked-by: Dennis Dalessandro <dennis.dalessandro@...el.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ