commit | 188a55651fc611aff4a0e9f3ed97d7585db0db38 | [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 | bd39d86420434eb8139a111c2582366bc90e65c6 [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>