projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8730d01
)
tpm: remove redundant blank line
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Tue, 15 May 2018 09:56:57 +0000
(11:56 +0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 25 May 2018 12:12:40 +0000
(08:12 -0400)
Fix following checkpatch.pl issue in TPM-related code:
CHECK: Please don't use multiple blank lines
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/tpm.c
patch
|
blob
|
history
diff --git
a/lib/tpm.c
b/lib/tpm.c
index bc9652d8e4eeecc7dcc85bfc941e4efdd5919716..1b5c2d09681aa99c89c6dc474545ffc80bd98ccf 100644
(file)
--- a/
lib/tpm.c
+++ b/
lib/tpm.c
@@
-820,7
+820,6
@@
static uint32_t verify_response_auth(uint32_t command_code,
return TPM_SUCCESS;
}
-
uint32_t tpm_terminate_auth_session(uint32_t auth_handle)
{
const uint8_t command[18] = {