Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/42555
to look at the new patch set (#3).
Change subject: [RFC] tree: Prepare for reformatting ......................................................................
[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