SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv()
authorChuck Lever <chuck.lever@oracle.com>
Sun, 8 Jan 2023 16:29:01 +0000 (11:29 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:25 +0000 (09:20 -0500)
commit7b135c65bb4544a5a1f72573b11adbcfc8aade9b
tree9a307043f1acd1ad5b0c516d7dab57e57ee1eb6a
parent7702378ac4d4a3be6414408d274df92bdd078249
SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_priv()

Clean up variable names to match the other unwrap and wrap
functions.

Additionally, the explicit type cast on @gsd in unnecessary; and
@resbuf is renamed to match the variable naming in the unwrap
functions.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/auth_gss/svcauth_gss.c