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

2018-05-15 Thread Simon Glass
On 15 May 2018 at 19:56, 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 > --- > lib/tpm.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Simon Glass ___

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

2018-05-15 Thread Tom Rini
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 Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature _

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

2018-05-15 Thread Miquel Raynal
Fix following checkpatch.pl issue in TPM-related code: CHECK: Please don't use multiple blank lines Signed-off-by: Miquel Raynal --- lib/tpm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tpm.c b/lib/tpm.c index c8bf06178f..0d8cdf9651 100644 --- a/lib/tpm.c +++ b/lib/tpm.c @@ -821