mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-18 15:08:59 +00:00
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>
This commit is contained in:
parent
8730d012c9
commit
ba4d2eca96
1 changed files with 0 additions and 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] = {
|
||||
|
|
Loading…
Add table
Reference in a new issue