Hello Andrey Petrov, Aaron Durbin, Bora Guvendik, build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19009
to look at the new patch set (#2).
Change subject: drivers/storage: Fix formatting issues detected by checkpatch ......................................................................
drivers/storage: Fix formatting issues detected by checkpatch
Fix the following errors and warnings detected by checkpatch.pl:
ERROR: switch and case should be at the same indent ERROR: spaces prohibited around that '->' (ctx:VxW) WARNING: line over 80 characters WARNING: Prefer 'unsigned int' to bare use of 'unsigned' WARNING: suspect code indent for conditional statements (24, 28)
These issues should not change the binary.
TEST=None
Change-Id: I6df6bc5f5342bbdd024a96f2396af558d8cdbc49 Signed-off-by: Lee Leahy Leroy.P.Leahy@intel.com --- M src/drivers/storage/mmc.c M src/drivers/storage/sdhci.c M src/include/device/sdhci.h 3 files changed, 50 insertions(+), 49 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/19009/2