Skip to content

Commit

Permalink
X.509: Whitespace cleanup
Browse files Browse the repository at this point in the history
Clean up some whitespace.

Signed-off-by: David Howells <dhowells@redhat.com>
  • Loading branch information
David Howells committed Apr 6, 2016
1 parent 9735a22 commit 864e7a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/asymmetric_keys/x509_public_key.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 864e7a8

Please sign in to comment.