SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ()
authorChuck Lever <chuck.lever@oracle.com>
Sun, 8 Jan 2023 16:28:36 +0000 (11:28 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:24 +0000 (09:20 -0500)
commit0adaddd32f57559d1a94d1e00134d8124cdaa245
tree3f38dea4f2e77c351cb9266ccb97c7fb548aac17
parent5a92938309829cce26c03f62d908ae85209a52b3
SUNRPC: Rename automatic variables in svcauth_gss_wrap_resp_integ()

Clean up: To help orient readers, name the stack variables to match
the XDR field names.

Additionally, the explicit type cast on @gsd is 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