David Hendricks uploaded patch set #3 to this change.

View Change

[RFC] tree: Prepare for reformatting

This makes minor changes in preparation for automated reformatting:
- Add INDENT-OFF and INDENT-ON markers for tables

- board_enable.c: Use `#if 0` to comment out code blocks so that
the multi-line commenting rules are not applied.

- dediprog.c: Remove unneeded comments that exceed column limit, and
use `#if 0` to comment out code blocks.

- flash.h: Move some trailing comments above their respective code
so that indenting can be applied without breaking them up. Usually
that wouldn't be a problem, but most of these comments are over the
the limit by only one or two words, so the dangling continued
comment looks ugly.

- flashchips.c: Modify some trailing comments so they don't get
broken awkwardly to conform to column limit.

- ich_descriptors.c: Move open brace for freq_str string arrays to
set alignment leftward.

- ich_descriptors.h: Name all bitfields so spacing and alignment
rules are consistently applied.

- nicintel.c: Remove broken URL that doesn't format well.

- nicintel_spi.c: Remove a couple broken URLs, and use `#if 0` to
comment out some #defines

- realtek_mst_i2c_spi.c: Removed superfluous comment markers

- serial.c: Use BAUDENTRY macro for terminator.

- spi25_statusreg.c: Add parens around non-trivial case labels

Change-Id: I146a32e921d1c828a7d05ebb88373abe22e89053
Signed-off-by: David Hendricks <david.hendricks@gmail.com>
---
M board_enable.c
M chipset_enable.c
M dediprog.c
M flash.h
M flashchips.c
M ich_descriptors.c
M ich_descriptors.h
M nicintel.c
M nicintel_spi.c
M print.c
M print_wiki.c
M realtek_mst_i2c_spi.c
M sb600spi.c
M serial.c
M spi25_statusreg.c
15 files changed, 3,807 insertions(+), 3,694 deletions(-)

git pull ssh://review.coreboot.org:29418/flashrom refs/changes/55/42555/3

To view, visit change 42555. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: flashrom
Gerrit-Branch: master
Gerrit-Change-Id: I146a32e921d1c828a7d05ebb88373abe22e89053
Gerrit-Change-Number: 42555
Gerrit-PatchSet: 3
Gerrit-Owner: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: David Hendricks <david.hendricks@gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-MessageType: newpatchset