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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 14 Jul 2017 16:43:10 -0400
From:   Oleg Drokin <oleg.drokin@...el.com>
To:     Colin King <colin.king@...onical.com>
Cc:     Andreas Dilger <andreas.dilger@...el.com>,
        James Simmons <jsimmons@...radead.org>,
        "Greg Kroah-Hartman" <gregkh@...uxfoundation.org>,
        "John L . Hammond" <john.hammond@...el.com>,
        Hongchao Zhang <hongchao.zhang@...el.com>,
        Alexander Boyko <alexander_boyko@...atex.com>,
        wang di <di.wang@...el.com>, Niu Yawei <yawei.niu@...el.com>,
        Mikhal Pershin <mike.pershin@...el.com>,
        <lustre-devel@...ts.lustre.org>, <devel@...verdev.osuosl.org>,
        <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] staging: lustre: fix spelling mistake, "grranted" -> "granted"


On Jul 14, 2017, at 9:26 AM, Colin King wrote:

> From: Colin Ian King <colin.king@...onical.com>
> 
> Trivial fix to spelling mistake in CERROR error message
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
> drivers/staging/lustre/lustre/ptlrpc/import.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/lustre/lustre/ptlrpc/import.c b/drivers/staging/lustre/lustre/ptlrpc/import.c
> index 52cb1f0c9c94..99877aa10d6f 100644
> --- a/drivers/staging/lustre/lustre/ptlrpc/import.c
> +++ b/drivers/staging/lustre/lustre/ptlrpc/import.c
> @@ -1026,7 +1026,7 @@ static int ptlrpc_connect_interpret(const struct lu_env *env,
> 	/* check that server granted subset of flags we asked for. */
> 	if ((ocd->ocd_connect_flags & imp->imp_connect_flags_orig) !=
> 	    ocd->ocd_connect_flags) {
> -		CERROR("%s: Server didn't granted asked subset of flags: asked=%#llx grranted=%#llx\n",
> +		CERROR("%s: Server didn't granted asked subset of flags: asked=%#llx granted=%#llx\n",

While we are at it can also address grammar problem: "didn't granted" -> "didn't grant"?

Thanks!

> 		       imp->imp_obd->obd_name, imp->imp_connect_flags_orig,
> 		       ocd->ocd_connect_flags);
> 		rc = -EPROTO;
> -- 
> 2.11.0

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ