Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751130AbdGNUnR convert rfc822-to-8bit (ORCPT ); Fri, 14 Jul 2017 16:43:17 -0400 Received: from mga02.intel.com ([134.134.136.20]:44594 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751038AbdGNUnQ (ORCPT ); Fri, 14 Jul 2017 16:43:16 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,359,1496127600"; d="scan'208";a="1151626832" Subject: Re: [PATCH] staging: lustre: fix spelling mistake, "grranted" -> "granted" Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=us-ascii From: Oleg Drokin In-Reply-To: <20170714132602.27713-1-colin.king@canonical.com> Date: Fri, 14 Jul 2017 16:43:10 -0400 Cc: Andreas Dilger , James Simmons , "Greg Kroah-Hartman" , "John L . Hammond" , Hongchao Zhang , Alexander Boyko , wang di , Niu Yawei , Mikhal Pershin , , , Content-Transfer-Encoding: 8BIT Message-Id: <6FB4ABAB-3CB3-470C-BFD1-A8DC02862D3F@intel.com> References: <20170714132602.27713-1-colin.king@canonical.com> To: Colin King X-Mailer: Apple Mail (2.1283) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 32 On Jul 14, 2017, at 9:26 AM, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in CERROR error message > > Signed-off-by: Colin Ian King > --- > 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