Geert Uytterhoeven 215d06780d Fix sunrpc warning noise
Commit c5a4dd8b7c15927a8fbff83171b57cad675a79b9 introduced the following
compiler warnings:

net/sunrpc/sched.c:766: warning: format '%u' expects type 'unsigned int', but argument 3 has type 'size_t'
net/sunrpc/sched.c:785: warning: format '%u' expects type 'unsigned int', but argument 2 has type 'size_t'

  - Use %zu to format size_t
  - Kill 2 useless casts

Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-08 12:03:19 -07:00
..
2007-04-25 22:29:24 -07:00
2007-04-25 22:29:24 -07:00
2007-05-04 12:41:11 -07:00
2007-05-08 12:03:19 -07:00
2007-05-04 12:55:39 -07:00
2005-04-16 15:20:36 -07:00