]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix space between function name and parenthesis
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:31 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commit188a55651fc611aff4a0e9f3ed97d7585db0db38
tree28cd8f88d3e3faa41176b9ff7282bd225a967736
parentbd39d86420434eb8139a111c2582366bc90e65c6
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>
drivers/mtd/cfi_flash.c