projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dfe52a
)
SUNRPC: Use proper printk specifiers for unsigned long long
author
Dave Wysochanski
<dwysocha@redhat.com>
Thu, 23 May 2019 20:13:49 +0000
(16:13 -0400)
committer
Trond Myklebust
<trond.myklebust@hammerspace.com>
Sat, 6 Jul 2019 18:54:51 +0000
(14:54 -0400)
Update the printk specifiers inside _print_rpc_iostats to avoid
a checkpatch warning.
Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
net/sunrpc/stats.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/stats.c
b/net/sunrpc/stats.c
index 2b6dc7e5f74f64ccd25e1a0d4159ca6126598f7e..2f7bde82450ba0bd7235617cf6f7b8aa31b6ce5d 100644
(file)
--- a/
net/sunrpc/stats.c
+++ b/
net/sunrpc/stats.c
@@
-225,7
+225,7
@@
static void _print_rpc_iostats(struct seq_file *seq, struct rpc_iostats *stats,
int op, const struct rpc_procinfo *procs)
{
_print_name(seq, op, procs);
- seq_printf(seq, "%lu %lu %lu %
Lu %Lu %Lu %Lu %L
u\n",
+ seq_printf(seq, "%lu %lu %lu %
llu %llu %llu %llu %ll
u\n",
stats->om_ops,
stats->om_ntrans,
stats->om_timeouts,