Re: [PATCH] test: fix comment indentation on tpm tests

2023-10-01 Thread Tom Rini
On Thu, Jun 01, 2023 at 09:18:44AM +0300, Ilias Apalodimas wrote: > One out comments is off by one, adjust it > > Signed-off-by: Ilias Apalodimas > Reviewed-by: Simon Glass Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] test: fix comment indentation on tpm tests

2023-06-02 Thread Ilias Apalodimas
Thanks Simon On Fri, 2 Jun 2023 at 00:51, Simon Glass wrote: > > On Thu, 1 Jun 2023 at 00:18, Ilias Apalodimas > wrote: > > > > One out comments is off by one, adjust it > > > > Signed-off-by: Ilias Apalodimas > > --- > > test/dm/tpm.c | 9 + > > 1 file changed, 5 insertions(+), 4 dele

Re: [PATCH] test: fix comment indentation on tpm tests

2023-06-01 Thread Simon Glass
On Thu, 1 Jun 2023 at 00:18, Ilias Apalodimas wrote: > > One out comments is off by one, adjust it > > Signed-off-by: Ilias Apalodimas > --- > test/dm/tpm.c | 9 + > 1 file changed, 5 insertions(+), 4 deletions(-) > Reviewed-by: Simon Glass (I'm not sure I understand the commit messag

[PATCH] test: fix comment indentation on tpm tests

2023-05-31 Thread Ilias Apalodimas
One out comments is off by one, adjust it Signed-off-by: Ilias Apalodimas --- test/dm/tpm.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/dm/tpm.c b/test/dm/tpm.c index 3defb3c3da1f..cde933ab2848 100644 --- a/test/dm/tpm.c +++ b/test/dm/tpm.c @@ -98,10 +98,11