diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-07-24 22:29:15 +0300 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2018-07-31 19:53:40 +0300 |
commit | 8fdee4cc95d9d66c1378017cc2bef6e0069293a8 (patch) | |
tree | c5274c1a4328a5513ecd2996f5f29b849bc6768f /net/sunrpc/auth_gss/auth_gss.c | |
parent | 0f90be132cbf1537d87a6a8b9e80867adac892f6 (diff) | |
download | linux-8fdee4cc95d9d66c1378017cc2bef6e0069293a8.tar.xz |
sunrpc: whitespace fixes
Remove trailing whitespace and blank line at EOF
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/sunrpc/auth_gss/auth_gss.c')
-rw-r--r-- | net/sunrpc/auth_gss/auth_gss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/auth_gss/auth_gss.c b/net/sunrpc/auth_gss/auth_gss.c index 21a19a9f0e33..3e192e25f27a 100644 --- a/net/sunrpc/auth_gss/auth_gss.c +++ b/net/sunrpc/auth_gss/auth_gss.c @@ -1572,7 +1572,7 @@ static int gss_cred_is_negative_entry(struct rpc_cred *cred) if (test_bit(RPCAUTH_CRED_NEGATIVE, &cred->cr_flags)) { unsigned long now = jiffies; unsigned long begin, expire; - struct gss_cred *gss_cred; + struct gss_cred *gss_cred; gss_cred = container_of(cred, struct gss_cred, gc_base); begin = gss_cred->gc_upcall_timestamp; |