summaryrefslogtreecommitdiff
path: root/wbsio_spi.c
diff options
context:
space:
mode:
authorstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-05-19 02:58:17 +0000
committerstefanct <stefanct@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2011-05-19 02:58:17 +0000
commitc7237a5623b01dd4b57eaab57ef52097757c308f (patch)
treebb1bc24f3b73cd0c55da80698b01c84abefb5b89 /wbsio_spi.c
parentc9a1e8839a3f102e4241e9b4fcd0c63fc3a747d9 (diff)
downloadflashrom-c7237a5623b01dd4b57eaab57ef52097757c308f.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). Signed-off-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> Signed-off-by: Stefan Reinauer <reinauer@google.com> some parts are Acked-by: Carl-Daniel Hailfinger<c-d.hailfinger.devel.2006@gmx.net> the rest is Acked-by: Stefan Tauner <stefan.tauner@student.tuwien.ac.at> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1317 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'wbsio_spi.c')
-rw-r--r--wbsio_spi.c2
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;