diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c index 1915ffe598e3faf6e0aff577f530fab85106c7c4..507b5e84fbdb26f88fab789e37f65a976ef6f198 100644 --- a/net/sunrpc/clnt.c +++ b/net/sunrpc/clnt.c @@ -555,7 +555,7 @@ EXPORT_SYMBOL_GPL(rpc_clone_client); * rpc_clone_client_set_auth - Clone an RPC client structure and set its auth * * @clnt: RPC client whose parameters are copied - * @auth: security flavor for new client + * @flavor: security flavor for new client * * Returns a fresh RPC client or an ERR_PTR. */