]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: nfs: Use consistent names for the rpc_pkt
authorJoe Hershberger <joe.hershberger@ni.com>
Mon, 15 Aug 2016 20:03:24 +0000 (15:03 -0500)
committerJoe Hershberger <joe.hershberger@ni.com>
Mon, 22 Aug 2016 19:20:51 +0000 (14:20 -0500)
commit0517cc45e502cd7858beb37b8fab754a2fa52830
treeff2c883dd410c40506dc2805e25149a4ed2d8eac
parentc629c45f30661c1d794cd7c5496cc4ee83483e63
net: nfs: Use consistent names for the rpc_pkt

Use the same name throughout the nfs code and use the same member of the
union to avoid casts.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
net/nfs.c