commit | fa29069b86eb021bedf9bc2816e9c01bb30c78f4 | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Fri Jan 26 14:43:31 2018 +0100 |
committer | Stefan Roese <sr@denx.de> | Mon Jan 29 07:48:58 2018 +0100 |
tree | 28cd8f88d3e3faa41176b9ff7282bd225a967736 | |
parent | 9d590fe355eeeb9f8048a5303814bc4dde6a82e6 [diff] |
cfi_flash: Fix space between function name and parenthesis There should not be a space between a function name and a parenthesis ("func (...)"). Fix all instances where this occurs. Signed-off-by: Mario Six <mario.six@gdsys.cc> Signed-off-by: Stefan Roese <sr@denx.de>