KEYS: Strip trailing spaces

Strip some trailing spaces.

Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
David Howells
2016-06-14 10:29:44 +01:00
parent 40d273782f
commit 965475acca
3 changed files with 3 additions and 3 deletions

View File

@@ -442,7 +442,7 @@ static struct key *construct_key_and_link(struct keyring_search_context *ctx,
if (ctx->index_key.type == &key_type_keyring)
return ERR_PTR(-EPERM);
user = key_user_lookup(current_fsuid());
if (!user)
return ERR_PTR(-ENOMEM);