Re: [U-Boot] [PATCH v2 10/18] tools: kwbimage: Fix style violations

2017-02-01 Thread Stefan Roese
On 11.01.2017 16:00, Mario Six wrote: Fix some style violations: - nine instances of missing blank lines after declarations - one overly long line - one split string (which also rewords an error message more concisely) - two superfluous else Signed-off-by: Mario Six --- Changes in v2: None

[U-Boot] [PATCH v2 10/18] tools: kwbimage: Fix style violations

2017-01-11 Thread Mario Six
Fix some style violations: - nine instances of missing blank lines after declarations - one overly long line - one split string (which also rewords an error message more concisely) - two superfluous else Signed-off-by: Mario Six --- Changes in v2: None --- tools/kwbimage.c | 25 +++