staging: lustre: fix spelling mistake, "grranted" -> "granted"
authorColin Ian King <colin.king@canonical.com>
Fri, 14 Jul 2017 21:33:54 +0000 (22:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jul 2017 12:38:30 +0000 (14:38 +0200)
Trivial fix to spelling mistake in CERROR error message. Also
clean up the grammar.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/ptlrpc/import.c

index 52cb1f0c9c94c1b840f89d85cd64a68d22844f4f..b19dac15e90174732b9f91d248e55720471f6700 100644 (file)
@@ -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 grant the asked for subset of flags: asked=%#llx granted=%#llx\n",
                       imp->imp_obd->obd_name, imp->imp_connect_flags_orig,
                       ocd->ocd_connect_flags);
                rc = -EPROTO;