diff mbox series

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

Message ID 20180515095728.16572-2-miquel.raynal@bootlin.com
State Accepted
Commit ba4d2eca96d2f6b516a9e2d4a5f26ac881ff71f5
Delegated to: Tom Rini
Headers show
Series Introduce TPMv2.0 support | expand

Commit Message

Miquel Raynal May 15, 2018, 9:56 a.m. UTC
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>
---
 lib/tpm.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini May 15, 2018, 3:58 p.m. UTC | #1
On Tue, May 15, 2018 at 11:56:57AM +0200, Miquel Raynal wrote:

> 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>
Simon Glass May 15, 2018, 4:02 p.m. UTC | #2
On 15 May 2018 at 19:56, Miquel Raynal <miquel.raynal@bootlin.com> wrote:
> 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>
> ---
>  lib/tpm.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini May 26, 2018, 3:53 p.m. UTC | #3
On Tue, May 15, 2018 at 11:56:57AM +0200, Miquel Raynal wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

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] = {