diff options
-rw-r--r-- | net/sunrpc/stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/stats.c b/net/sunrpc/stats.c index 53746793eca2..790941e8af4d 100644 --- a/net/sunrpc/stats.c +++ b/net/sunrpc/stats.c | |||
@@ -186,7 +186,7 @@ void _print_name(struct seq_file *seq, unsigned int op, struct rpc_procinfo *pro | |||
186 | seq_printf(seq, "\t%12u: ", op); | 186 | seq_printf(seq, "\t%12u: ", op); |
187 | } | 187 | } |
188 | 188 | ||
189 | #define MILLISECS_PER_JIFFY (1000UL / HZ) | 189 | #define MILLISECS_PER_JIFFY (1000 / HZ) |
190 | 190 | ||
191 | void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) | 191 | void rpc_print_iostats(struct seq_file *seq, struct rpc_clnt *clnt) |
192 | { | 192 | { |