From c7237a5623b01dd4b57eaab57ef52097757c308f Mon Sep 17 00:00:00 2001 From: stefanct Date: Thu, 19 May 2011 02:58:17 +0000 Subject: 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 Signed-off-by: Stefan Reinauer some parts are Acked-by: Carl-Daniel Hailfinger the rest is Acked-by: Stefan Tauner git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@1317 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- wbsio_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wbsio_spi.c') 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; -- cgit v1.2.1