mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 22:43:17 +02:00
Coding-style fixes for flashrom, partly indent-aided
Corresponding to flashrom svn r326 and coreboot v2 svn r3669. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user