[U-Boot] [PATCH 0/5] sf: Code cleanup patch set

This patch set consist of code clean-up on sf.
Thanks, Jagan.
Jagannadha Sutradharudu Teki (5): sf: eon|spansion|ramtron: Fix code cleanup sf: sst: Fix code cleanup sf: stmicro: Fix code cleanup sf: Fix line over 80 chars cleanup cmd_sf: Fix code cleanup
common/cmd_sf.c | 5 +++-- drivers/mtd/spi/eon.c | 3 +-- drivers/mtd/spi/ramtron.c | 6 ++++-- drivers/mtd/spi/spansion.c | 3 ++- drivers/mtd/spi/spi_flash.c | 9 ++++++--- drivers/mtd/spi/sst.c | 32 ++++++++++++++++++++------------ drivers/mtd/spi/stmicro.c | 7 +++---- 7 files changed, 39 insertions(+), 26 deletions(-)

On Tue, May 28, 2013 at 01:27:23AM +0530, Jagannadha Sutradharudu Teki wrote:
This patch set consist of code clean-up on sf.
Thanks, Jagan.
Jagannadha Sutradharudu Teki (5): sf: eon|spansion|ramtron: Fix code cleanup sf: sst: Fix code cleanup sf: stmicro: Fix code cleanup sf: Fix line over 80 chars cleanup cmd_sf: Fix code cleanup
common/cmd_sf.c | 5 +++-- drivers/mtd/spi/eon.c | 3 +-- drivers/mtd/spi/ramtron.c | 6 ++++-- drivers/mtd/spi/spansion.c | 3 ++- drivers/mtd/spi/spi_flash.c | 9 ++++++--- drivers/mtd/spi/sst.c | 32 ++++++++++++++++++++------------ drivers/mtd/spi/stmicro.c | 7 +++---- 7 files changed, 39 insertions(+), 26 deletions(-)
Everything looks OK, but to be clear, at the end of this checkpatch.pl says style problems have all been fixed? Or this just fixes some of them? Thanks!
participants (2)
-
Jagannadha Sutradharudu Teki
-
Tom Rini