diff options
author | David Howells <dhowells@redhat.com> | 2016-06-14 11:29:44 +0200 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2016-06-14 11:29:44 +0200 |
commit | 965475acca2cbcc1d748a8b6a05f8c7cf57d075a (patch) | |
tree | 773e1e16dd91ee926d6b8dd7914e90814841e360 /security/keys/persistent.c | |
parent | security: tomoyo: simplify the gc kthread creation (diff) | |
download | linux-965475acca2cbcc1d748a8b6a05f8c7cf57d075a.tar.xz linux-965475acca2cbcc1d748a8b6a05f8c7cf57d075a.zip |
KEYS: Strip trailing spaces
Strip some trailing spaces.
Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'security/keys/persistent.c')
-rw-r--r-- | security/keys/persistent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/persistent.c b/security/keys/persistent.c index 2ef45b319dd9..1edc1f0a0ce2 100644 --- a/security/keys/persistent.c +++ b/security/keys/persistent.c @@ -114,7 +114,7 @@ found: ret = key_link(key_ref_to_ptr(dest_ref), persistent); if (ret == 0) { key_set_timeout(persistent, persistent_keyring_expiry); - ret = persistent->serial; + ret = persistent->serial; } } |