Elyes HAOUAS has uploaded this change for review. ( https://review.coreboot.org/25380
Change subject: Remove unneeded white spaces ......................................................................
Remove unneeded white spaces
Change-Id: Ic2d3bb9d8581a0471a8568a130f893b34dddf113 Signed-off-by: Elyes HAOUAS ehaouas@noos.fr --- M board_enable.c M buspirate_spi.c M dediprog.c M flashchips.c M ichspi.c M pcidev.c M serprog.c 7 files changed, 12 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/80/25380/1
diff --git a/board_enable.c b/board_enable.c index 5e8f4dd..cf19c95 100644 --- a/board_enable.c +++ b/board_enable.c @@ -547,7 +547,7 @@ } } else { msg_pinfo("BIOS ROM is disabled\n"); - } + } w836xx_ext_leave(port); }
diff --git a/buspirate_spi.c b/buspirate_spi.c index f825415..bfbdc6a 100644 --- a/buspirate_spi.c +++ b/buspirate_spi.c @@ -42,7 +42,7 @@ { /* 115200bps, 8 databits, no parity, 1 stopbit */ sp_fd = sp_openserport(dev, BP_DEFAULTBAUD); - if (sp_fd == SER_INV_FD) + if (sp_fd == SER_INV_FD) return 1; return 0; } @@ -661,4 +661,4 @@ memcpy(readarr, bp_commbuf + 1, readcnt);
return ret; -} \ No newline at end of file +} diff --git a/dediprog.c b/dediprog.c index 2f5b441..0982f0f 100644 --- a/dediprog.c +++ b/dediprog.c @@ -458,8 +458,8 @@ if (!transfers[i]) { msg_perr("Allocating libusb transfer %i failed: %s!\n", i, libusb_error_name(ret)); goto err_free; - } - } + } + }
/* Now transfer requested chunks using libusb's asynchronous interface. */ while (!status.error && (status.queued_idx < count)) { diff --git a/flashchips.c b/flashchips.c index 46e8807..c2f09ba 100644 --- a/flashchips.c +++ b/flashchips.c @@ -3030,7 +3030,7 @@ } }, .printlock = printlock_at49f, - .write = write_jedec_1, + .write = write_jedec_1, .read = read_memmapped, .voltage = {4500, 5500}, }, @@ -13795,7 +13795,7 @@ .name = "SST49LF080A", .bustype = BUS_LPC, /* A/A Mux */ .manufacture_id = SST_ID, - .model_id = SST_SST49LF080A, + .model_id = SST_SST49LF080A, .total_size = 1024, .page_size = 4096, .feature_bits = FEATURE_EITHER_RESET, diff --git a/ichspi.c b/ichspi.c index 5fe25f6..5abc5f8 100644 --- a/ichspi.c +++ b/ichspi.c @@ -712,7 +712,7 @@ bbar_off = ICH9_REG_BBAR; break; } - + ichspi_bbar = mmio_readl(ich_spibar + bbar_off) & ~BBAR_MASK; if (ichspi_bbar) { msg_pdbg("Reserved bits in BBAR not zero: 0x%08x\n", @@ -737,7 +737,7 @@ * may even crash. */ static void ich_read_data(uint8_t *data, int len, int reg0_off) - { +{ int i; uint32_t temp32 = 0;
diff --git a/pcidev.c b/pcidev.c index f4e5542..24b7aa1 100644 --- a/pcidev.c +++ b/pcidev.c @@ -325,13 +325,13 @@ register_undo_pci_write_byte(dev, reg); return pci_write_byte(dev, reg, data); } - + int rpci_write_word(struct pci_dev *dev, int reg, uint16_t data) { register_undo_pci_write_word(dev, reg); return pci_write_word(dev, reg, data); } - + int rpci_write_long(struct pci_dev *dev, int reg, uint32_t data) { register_undo_pci_write_long(dev, reg); diff --git a/serprog.c b/serprog.c index 62f2820..c5a35b4 100644 --- a/serprog.c +++ b/serprog.c @@ -662,7 +662,7 @@ } msg_pdbg(MSGHEADER "operation buffer size is %d\n", sp_device_opbuf_size); - } + }
if (sp_check_commandavail(S_CMD_S_PIN_STATE)) { uint8_t en = 1;