From ba4d2eca96d2f6b516a9e2d4a5f26ac881ff71f5 Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Tue, 15 May 2018 11:56:57 +0200 Subject: [PATCH] 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 Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- lib/tpm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tpm.c b/lib/tpm.c index bc9652d8e4..1b5c2d0968 100644 --- 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] = { -- 2.39.5