aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/persistent.c
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-06-14 10:29:44 +0100
committerDavid Howells <dhowells@redhat.com>2016-06-14 10:29:44 +0100
commit965475acca2cbcc1d748a8b6a05f8c7cf57d075a (patch)
tree773e1e16dd91ee926d6b8dd7914e90814841e360 /security/keys/persistent.c
parentsecurity: tomoyo: simplify the gc kthread creation (diff)
downloadlinux-dev-965475acca2cbcc1d748a8b6a05f8c7cf57d075a.tar.xz
linux-dev-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.c2
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;
}
}