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]
Message-ID: <f6c16b94-72cd-c727-2490-689ffaa821f3@infradead.org>
Date:   Mon, 22 Mar 2021 11:51:39 -0700
From:   Randy Dunlap <rdunlap@...radead.org>
To:     Bhaskar Chowdhury <unixbhaskar@...il.com>, dledford@...hat.com,
        jgg@...pe.ca, linux-rdma@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] RDMA: Fix a typo

On 3/21/21 11:43 PM, Bhaskar Chowdhury wrote:
> 
> s/struture/structure/
> 
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>

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

> ---
>  include/rdma/rdma_vt.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/rdma/rdma_vt.h b/include/rdma/rdma_vt.h
> index 9fd217b24916..d6611f2dd6a5 100644
> --- a/include/rdma/rdma_vt.h
> +++ b/include/rdma/rdma_vt.h
> @@ -245,7 +245,7 @@ struct rvt_driver_provided {
>  	void * (*qp_priv_alloc)(struct rvt_dev_info *rdi, struct rvt_qp *qp);
> 
>  	/*
> -	 * Init a struture allocated with qp_priv_alloc(). This should be
> +	 * Init a structure allocated with qp_priv_alloc(). This should be
>  	 * called after all qp fields have been initialized in rdmavt.
>  	 */
>  	int (*qp_priv_init)(struct rvt_dev_info *rdi, struct rvt_qp *qp,
> --
> 2.31.0
> 


-- 
~Randy

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ