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

Comment blocks should end with a "*/" on a separate line, not with the
"*/" attached to the end of the last line of text. 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