aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorRoman Storozhenko <romeusmeister@gmail.com>2017-06-13 12:29:31 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-13 14:59:30 +0200
commit73905f2a702db24e522063812720ef5a1364e14d (patch)
tree004748720e1566aa3e6eb2c282e08887fe1ed1ed /drivers/staging/lustre
parentstaging: rtl8188eu: Remove unneeded blank lines (diff)
downloadlinux-dev-73905f2a702db24e522063812720ef5a1364e14d.tar.xz
linux-dev-73905f2a702db24e522063812720ef5a1364e14d.zip
staging: lustre: fid: Fixes debug output style problem
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>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/lustre/fid/fid_request.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/lustre/lustre/fid/fid_request.c b/drivers/staging/lustre/lustre/fid/fid_request.c
index 999f250ceed0..cd84b426e3a6 100644
--- a/drivers/staging/lustre/lustre/fid/fid_request.c
+++ b/drivers/staging/lustre/lustre/fid/fid_request.c
@@ -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;