mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-01 22:21:16 +02:00
Random whitespace and coding-style fixes
Also, indentation fixes, e.g. due to conversion to msg_*, use ARRAY_SIZE where possible, wrap overly long line, etc. Compile-tested. There should be no functional changes. Corresponding to flashrom svn r1397. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
@ -58,7 +58,7 @@ int drkaiser_init(void)
|
||||
|
||||
/* Write magic register to enable flash write. */
|
||||
rpci_write_word(pcidev_dev, PCI_MAGIC_DRKAISER_ADDR,
|
||||
PCI_MAGIC_DRKAISER_VALUE);
|
||||
PCI_MAGIC_DRKAISER_VALUE);
|
||||
|
||||
/* Map 128kB flash memory window. */
|
||||
drkaiser_bar = physmap("Dr. Kaiser PC-Waechter flash memory",
|
||||
|
Reference in New Issue
Block a user