mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01: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