]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix Parenthesis spacing
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:33 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commitb168386ba966f959fb183ceb200f11e4f6b3813f
treee00498d8500c01b19a379b8820d6bb7045e6cae3
parentca2b07a8d4e0b90e3bbc369760ceb12968666c81
cfi_flash: Fix Parenthesis spacing

There should not be additional spaces when nesting parentheses
("( (...) )"). 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