diff options
author | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-19 02:58:17 +0000 |
---|---|---|
committer | Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> | 2011-05-19 02:58:17 +0000 |
commit | 59f1dc75f79b28c0bce4751920e4cba7f556899c (patch) | |
tree | bb1bc24f3b73cd0c55da80698b01c84abefb5b89 /wbsio_spi.c | |
parent | 05383f55993c7aacf2d2d722d8009b0a67335a05 (diff) | |
download | flashrom-59f1dc75f79b28c0bce4751920e4cba7f556899c.zip flashrom-59f1dc75f79b28c0bce4751920e4cba7f556899c.tar.gz |
Whitespace, documentation and other small stuff
This patch combines three previously posted patches in a revised form.
one is even stolen from Stefan Reinauer (remove umlauts from man page).
some parts are
the rest is
Corresponding to flashrom svn r1317.
Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'wbsio_spi.c')
-rw-r--r-- | wbsio_spi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wbsio_spi.c b/wbsio_spi.c index 7889f91..851c87f 100644 --- a/wbsio_spi.c +++ b/wbsio_spi.c @@ -84,7 +84,7 @@ int wbsio_check_for_spi(void) register_spi_programmer(&spi_programmer_wbsio); msg_pdbg("%s: Winbond saved on 4 register bits so max chip size is " - "1024 KB!\n", __func__); + "1024 kB!\n", __func__); max_rom_decode.spi = 1024 * 1024; return 0; |