Re: [PATCH v3 02/22] flash: Tidy up coding style for flash functions

2020-05-19 Thread Tom Rini
On Sun, May 10, 2020 at 11:39:53AM -0600, Simon Glass wrote: > Some functions use the wrong code style and generate checkpatch errors. > Fix these. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v3 02/22] flash: Tidy up coding style for flash functions

2020-05-10 Thread Simon Glass
Some functions use the wrong code style and generate checkpatch errors. Fix these. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Split out code-style changes for flash functions into a new patch arch/arm/mach-at91/arm926ejs/eflash.c | 8 board/cobra5272/flash.c