android_kernel_xiaomi_sm8350/net/sunrpc
Geert Uytterhoeven 215d06780d Fix sunrpc warning noise
Commit c5a4dd8b7c 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
..
auth_gss spkm3: initialize hash 2007-05-02 07:37:07 -07:00
auth_null.c
auth_unix.c
auth.c
cache.c [SUNRPC]: cleanup: use seq_release_private() where appropriate 2007-04-26 01:03:43 -07:00
clnt.c SUNRPC: RPC client should retry with different versions of rpcbind 2007-04-30 22:17:16 -07:00
Makefile SUNRPC: remove old portmapper 2007-04-30 22:17:15 -07:00
rpc_pipe.c slab allocators: Remove SLAB_DEBUG_INITIAL flag 2007-05-07 12:12:57 -07:00
rpcb_clnt.c SUNRPC: introduce rpcbind: replacement for in-kernel portmapper 2007-04-30 22:17:12 -07:00
sched.c Fix sunrpc warning noise 2007-05-08 12:03:19 -07:00
socklib.c
stats.c
sunrpc_syms.c
svc.c SUNRPC: switch the RPC server to use the new rpcbind registration API 2007-04-30 22:17:13 -07:00
svcauth_unix.c
svcauth.c
svcsock.c
sysctl.c
timer.c
xdr.c
xprt.c SUNRPC: introduce rpcbind: replacement for in-kernel portmapper 2007-04-30 22:17:12 -07:00
xprtsock.c SUNRPC: switch socket-based RPC transports to use rpcbind 2007-04-30 22:17:13 -07:00