From: Dave Wysochanski Date: Thu, 23 May 2019 20:13:49 +0000 (-0400) Subject: SUNRPC: Use proper printk specifiers for unsigned long long X-Git-Tag: v5.15~5886^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93ba048e1b9f95ac7e1584fa33ed4d985bf1133d;p=platform%2Fkernel%2Flinux-starfive.git SUNRPC: Use proper printk specifiers for unsigned long long Update the printk specifiers inside _print_rpc_iostats to avoid a checkpatch warning. Signed-off-by: Dave Wysochanski Signed-off-by: Trond Myklebust --- diff --git a/net/sunrpc/stats.c b/net/sunrpc/stats.c index 2b6dc7e..2f7bde8 100644 --- 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 %Lu\n", + seq_printf(seq, "%lu %lu %lu %llu %llu %llu %llu %llu\n", stats->om_ops, stats->om_ntrans, stats->om_timeouts,