]> git.baikalelectronics.ru Git - uboot.git/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)
commit46a5a8c30784c77237d3b592622b5a504bca87b9
tree28cd8f88d3e3faa41176b9ff7282bd225a967736
parent236df283611d894576cf4eaf5c776bc39f5fdd30
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