<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22811">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/purism/librem_skl: Fix line length > 80 characters<br><br>Make lint-stable was giving an error on this.<br><br>Change-Id: I06d11d86151f683b82b6df537e3de8c52d33e8b4<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M src/mainboard/purism/librem_skl/mainboard.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/22811/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/mainboard/purism/librem_skl/mainboard.c b/src/mainboard/purism/librem_skl/mainboard.c<br>index 37a7a01..462b995 100644<br>--- a/src/mainboard/purism/librem_skl/mainboard.c<br>+++ b/src/mainboard/purism/librem_skl/mainboard.c<br>@@ -43,7 +43,8 @@<br>               }<br>     }<br> <br>- strncpy(serial_number, CONFIG_MAINBOARD_SERIAL_NUMBER, MAX_SERIAL_LENGTH);<br>+   strncpy(serial_number, CONFIG_MAINBOARD_SERIAL_NUMBER,<br>+                       MAX_SERIAL_LENGTH);<br> <br>        return serial_number;<br> }<br></pre><p>To view, visit <a href="https://review.coreboot.org/22811">change 22811</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/22811"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I06d11d86151f683b82b6df537e3de8c52d33e8b4 </div>
<div style="display:none"> Gerrit-Change-Number: 22811 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>