]> git.sur5r.net Git - u-boot/commit
cfi_flash: Fix style of pointer declarations
authorMario Six <mario.six@gdsys.cc>
Fri, 26 Jan 2018 13:43:32 +0000 (14:43 +0100)
committerStefan Roese <sr@denx.de>
Mon, 29 Jan 2018 06:48:58 +0000 (07:48 +0100)
commitca2b07a8d4e0b90e3bbc369760ceb12968666c81
tree93bce2255ae359ab8b3d6e06f5a10fece56d5aff
parent188a55651fc611aff4a0e9f3ed97d7585db0db38
cfi_flash: Fix style of pointer declarations

In a pointer declaration there should not be a space between the
asterisk and the pointer name. 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