[U-Boot] [PATCH v4 01/32] tpm: remove redundant blank line

Miquel Raynal miquel.raynal at bootlin.com
Tue May 15 09:56:57 UTC 2018


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

    CHECK: Please don't use multiple blank lines

Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
 lib/tpm.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/tpm.c b/lib/tpm.c
index c8bf06178f..0d8cdf9651 100644
--- a/lib/tpm.c
+++ b/lib/tpm.c
@@ -821,7 +821,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] = {
-- 
2.14.1



More information about the U-Boot mailing list