[coreboot-gerrit] Change in coreboot[master]: drivers/i2c/designware: Fix indentation

Maulik V Vaghela (Code Review) gerrit at coreboot.org
Tue Mar 20 12:26:46 CET 2018


Maulik V Vaghela has uploaded this change for review. ( https://review.coreboot.org/25295


Change subject: drivers/i2c/designware: Fix indentation
......................................................................

drivers/i2c/designware: Fix indentation

Remove extra tab before printk statement.

Change-Id: Id82239f74ac030f25000a08764637f6d1b52b87b
Signed-off-by: Maulik V Vaghela <maulik.v.vaghela at intel.com>
---
M src/drivers/i2c/designware/dw_i2c.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/95/25295/1

diff --git a/src/drivers/i2c/designware/dw_i2c.c b/src/drivers/i2c/designware/dw_i2c.c
index 3db34ff..12284b6 100644
--- a/src/drivers/i2c/designware/dw_i2c.c
+++ b/src/drivers/i2c/designware/dw_i2c.c
@@ -398,7 +398,7 @@
 			int j;
 			for (j = 0; j < segments->len; j++)
 				printk(BIOS_DEBUG, "%02x ", segments->buf[j]);
-				printk(BIOS_DEBUG, "\n");
+			printk(BIOS_DEBUG, "\n");
 		}
 
 		segments++;

-- 
To view, visit https://review.coreboot.org/25295
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id82239f74ac030f25000a08764637f6d1b52b87b
Gerrit-Change-Number: 25295
Gerrit-PatchSet: 1
Gerrit-Owner: Maulik V Vaghela <maulik.v.vaghela at intel.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180320/220e0369/attachment.html>


More information about the coreboot-gerrit mailing list