[coreboot-gerrit] Change in coreboot[master]: mainboard/purism/librem_skl: Fix line length > 80 characters

Martin Roth (Code Review) gerrit at coreboot.org
Mon Dec 11 02:25:26 CET 2017


Martin Roth has uploaded this change for review. ( https://review.coreboot.org/22811


Change subject: mainboard/purism/librem_skl: Fix line length > 80 characters
......................................................................

mainboard/purism/librem_skl: Fix line length > 80 characters

Make lint-stable was giving an error on this.

Change-Id: I06d11d86151f683b82b6df537e3de8c52d33e8b4
Signed-off-by: Martin Roth <martinroth at google.com>
---
M src/mainboard/purism/librem_skl/mainboard.c
1 file changed, 2 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/22811/1

diff --git a/src/mainboard/purism/librem_skl/mainboard.c b/src/mainboard/purism/librem_skl/mainboard.c
index 37a7a01..462b995 100644
--- a/src/mainboard/purism/librem_skl/mainboard.c
+++ b/src/mainboard/purism/librem_skl/mainboard.c
@@ -43,7 +43,8 @@
 		}
 	}
 
-	strncpy(serial_number, CONFIG_MAINBOARD_SERIAL_NUMBER, MAX_SERIAL_LENGTH);
+	strncpy(serial_number, CONFIG_MAINBOARD_SERIAL_NUMBER,
+			MAX_SERIAL_LENGTH);
 
 	return serial_number;
 }

-- 
To view, visit https://review.coreboot.org/22811
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I06d11d86151f683b82b6df537e3de8c52d33e8b4
Gerrit-Change-Number: 22811
Gerrit-PatchSet: 1
Gerrit-Owner: Martin Roth <martinroth at google.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20171211/e05dc613/attachment.html>


More information about the coreboot-gerrit mailing list