Skip to content
Snippets Groups Projects
Commit 864e7a81 authored by David Howells's avatar David Howells
Browse files

X.509: Whitespace cleanup


Clean up some whitespace.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
parent 9735a227
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ struct key *x509_request_asymmetric_key(struct key *keyring,
lookup = skid->data;
len = skid->len;
}
/* Construct an identifier "id:<keyid>". */
p = req = kmalloc(2 + 1 + len * 2 + 1, GFP_KERNEL);
if (!req)
......@@ -137,7 +137,7 @@ struct key *x509_request_asymmetric_key(struct key *keyring,
goto reject;
}
}
pr_devel("<==%s() = 0 [%x]\n", __func__, key_serial(key));
return key;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment