staging: lustre: fid: Fixes debug output style problem
authorRoman Storozhenko <romeusmeister@gmail.com>
Tue, 13 Jun 2017 09:29:31 +0000 (12:29 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Jun 2017 12:59:30 +0000 (14:59 +0200)
Fixes a style problems. Replaces non-standard 'Lx' specifier with a
standard 'llx'.

Signed-off-by: Roman Storozhenko <romeusmeister@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fid/fid_request.c

index 999f250..cd84b42 100644 (file)
@@ -259,7 +259,7 @@ int seq_client_alloc_fid(const struct lu_env *env,
                        return rc;
                }
 
-               CDEBUG(D_INFO, "%s: Switch to sequence [0x%16.16Lx]\n",
+               CDEBUG(D_INFO, "%s: Switch to sequence [0x%16.16llx]\n",
                       seq->lcs_name, seqnr);
 
                seq->lcs_fid.f_oid = LUSTRE_FID_INIT_OID;