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:   Thu, 23 Feb 2017 19:18:48 +0200
From:   Max Gurtovoy <maxg@...lanox.com>
To:     Colin King <colin.king@...onical.com>,
        Or Gerlitz <ogerlitz@...lanox.com>,
        Sagi Grimberg <sagi@...mberg.me>,
        Roi Dayan <roid@...lanox.com>,
        Doug Ledford <dledford@...hat.com>,
        Sean Hefty <sean.hefty@...el.com>,
        Hal Rosenstock <hal.rosenstock@...il.com>,
        <linux-rdma@...r.kernel.org>
CC:     <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] IB/iser: fix spelling mistake: "unexepected" ->
 "unexpected"

Looks fine:

Reviewed-by: Max Gurtovoy <maxg@...lanox.com>


On 2/23/2017 1:22 PM, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> trivial fix to spelling mistake in iser_err error message
>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/infiniband/ulp/iser/iser_initiator.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/infiniband/ulp/iser/iser_initiator.c b/drivers/infiniband/ulp/iser/iser_initiator.c
> index 81ae2e3..12ed62c 100644
> --- a/drivers/infiniband/ulp/iser/iser_initiator.c
> +++ b/drivers/infiniband/ulp/iser/iser_initiator.c
> @@ -612,7 +612,7 @@ iser_check_remote_inv(struct iser_conn *iser_conn,
>  			 iser_conn, rkey);
>
>  		if (unlikely(!iser_conn->snd_w_inv)) {
> -			iser_err("conn %p: unexepected remote invalidation, "
> +			iser_err("conn %p: unexpected remote invalidation, "
>  				 "terminating connection\n", iser_conn);
>  			return -EPROTO;
>  		}
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ