From 1432a60c85ca4ccaeaf56cfa779fa71059c41483 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 28 Jun 2009 23:26:37 +0000 Subject: Random minor flashrom fixes - Properly escape '-' chars in manpage. - Fix typo in chipset_enable.c. - Drop useless 'return' in chip_readn(). - Random other whitespace or cosmetic fixes. Corresponding to flashrom svn r636. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chipset_enable.c') diff --git a/chipset_enable.c b/chipset_enable.c index 3c1f7bd..6220e36 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1059,7 +1059,7 @@ int chipset_flash_enable(void) else printf("OK.\n"); } - printf("This chipset supports the following protcols: %s.\n", + printf("This chipset supports the following protocols: %s.\n", flashbuses_to_text(buses_supported)); return ret; -- cgit v1.1