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]
Message-ID: <280fa85a-a5f8-bc89-447b-c97886f3bc23@canonical.com>
Date:   Fri, 9 Feb 2018 12:13:41 +0000
From:   Colin Ian King <colin.king@...onical.com>
To:     Steve French <sfrench@...ba.org>, linux-cifs@...r.kernel.org,
        samba-technical@...ts.samba.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: NAK: [PATCH] CIFS: SMBD: fix spelling mistake: "faield" -> "failed"

On 09/02/18 11:59, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> Trivial fix to spelling mistake in log_rdma_mr message text.
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  fs/cifs/smbdirect.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
> index 91710eb571fb..5405856a4c8e 100644
> --- a/fs/cifs/smbdirect.c
> +++ b/fs/cifs/smbdirect.c
> @@ -2295,7 +2295,7 @@ static void smbd_mr_recovery_work(struct work_struct *work)
>  				rc = ib_dereg_mr(smbdirect_mr->mr);
>  				if (rc) {
>  					log_rdma_mr(ERR,
> -						"ib_dereg_mr faield rc=%x\n",
> +						"ib_dereg_mr failed rc=%x\n",
>  						rc);
>  					smbd_disconnect_rdma_connection(info);
>  				}
> 

Ignore this, I found another typo in the source, will re-send a V2.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ