Skip to content
Snippets Groups Projects
Commit ba4d2eca authored by Miquel Raynal's avatar Miquel Raynal Committed by Tom Rini
Browse files

tpm: remove redundant blank line


Fix following checkpatch.pl issue in TPM-related code:

    CHECK: Please don't use multiple blank lines

Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 8730d012
No related branches found
No related tags found
No related merge requests found
...@@ -820,7 +820,6 @@ static uint32_t verify_response_auth(uint32_t command_code, ...@@ -820,7 +820,6 @@ static uint32_t verify_response_auth(uint32_t command_code,
return TPM_SUCCESS; return TPM_SUCCESS;
} }
uint32_t tpm_terminate_auth_session(uint32_t auth_handle) uint32_t tpm_terminate_auth_session(uint32_t auth_handle)
{ {
const uint8_t command[18] = { const uint8_t command[18] = {
......
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