Hi Simon, On Tue, Jul 18, 2017 at 4:02 PM, Simon Glass <[email protected]> wrote: > On 14 July 2017 at 05:54, Mario Six <[email protected]> wrote: >> Fix some more style violations (mostly mis-indented case statements), >> and reduce the scope of some variables. >> >> Signed-off-by: Mario Six <[email protected]> >> --- >> >> drivers/mtd/cfi_flash.c | 610 >> ++++++++++++++++++++++++------------------------ >> 1 file changed, 305 insertions(+), 305 deletions(-) > > Big change, but it looks right to me if I haven't missed something. > > Reviewed-by: Simon Glass <[email protected]>
Yeah, it looks big, but the vast majority are white space changes. git show -w COMMITID helps a lot here. I also neglected to mention the changes to early-return style in the commit message. Will fix in v2. Best regards, Mario _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

