Re: [PATCH 1/3] hw_sha: Fix coding style errors

2021-04-13 Thread Tom Rini
On Wed, Feb 17, 2021 at 01:50:40PM +1030, Joel Stanley wrote: > Checkpatch complains about: > > ERROR: "foo * bar" should be "foo *bar" > > and > > CHECK: Alignment should match open parenthesis > > Signed-off-by: Joel Stanley Applied to u-boot/master, thanks! -- Tom signature.asc Desc

[PATCH 1/3] hw_sha: Fix coding style errors

2021-02-16 Thread Joel Stanley
Checkpatch complains about: ERROR: "foo * bar" should be "foo *bar" and CHECK: Alignment should match open parenthesis Signed-off-by: Joel Stanley --- include/hw_sha.h | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/hw_sha.h b/include/hw_sha.h index