diff options
| author | Miquel Raynal <[email protected]> | 2018-05-15 11:56:57 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-25 08:12:40 -0400 |
| commit | ba4d2eca96d2f6b516a9e2d4a5f26ac881ff71f5 (patch) | |
| tree | ec6856b44e96b491c2a6a3c1d52d6bc4498add05 | |
| parent | 8730d012c9bd92d6412b3ef6e33b40c5df00f225 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -rw-r--r-- | lib/tpm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tpm.c b/lib/tpm.c index bc9652d8e4e..1b5c2d09681 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] = { |
