diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-05-15 11:56:57 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-25 08:12:40 -0400 |
commit | ba4d2eca96d2f6b516a9e2d4a5f26ac881ff71f5 (patch) | |
tree | ec6856b44e96b491c2a6a3c1d52d6bc4498add05 | |
parent | 8730d012c9bd92d6412b3ef6e33b40c5df00f225 (diff) | |
download | u-boot-ba4d2eca96d2f6b516a9e2d4a5f26ac881ff71f5.tar.gz |
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: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | lib/tpm.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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] = { |