summaryrefslogtreecommitdiff
path: root/util/flashrom/w29ee011.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-10-18 21:14:13 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-10-18 21:14:13 +0000
commit1aa329dcb0543dabe9b2eb538bb1ec1f183a10f9 (patch)
tree87e19016867a93a7048149aef73e425270e7b6c9 /util/flashrom/w29ee011.c
parent582364d8089cb630e673eaee3710733b11d5125b (diff)
Coding-style fixes for flashrom, partly indent-aided (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3669 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/flashrom/w29ee011.c')
-rw-r--r--util/flashrom/w29ee011.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/w29ee011.c b/util/flashrom/w29ee011.c
index 3af5be222a..d54b0380b0 100644
--- a/util/flashrom/w29ee011.c
+++ b/util/flashrom/w29ee011.c
@@ -27,7 +27,7 @@ int probe_w29ee011(struct flashchip *flash)
uint8_t id1, id2;
extern char *chip_to_probe;
- if (!chip_to_probe || strcmp(chip_to_probe,"W29EE011")) {
+ if (!chip_to_probe || strcmp(chip_to_probe, "W29EE011")) {
printf_debug("\n===\n");
printf_debug(" Probing disabled for Winbond W29EE011 because the probing sequence puts the\n");
printf_debug(" AMIC A49LF040A in a funky state.\n");