mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
X.509: Whitespace cleanup
Clean up some whitespace. Signed-off-by: David Howells <dhowells@redhat.com>
This commit is contained in:
parent
9735a22799
commit
864e7a816a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue