<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/25825">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">libpayload/include/queue.h: Remove trailing whitespaces<br><br>Change-Id: I7ff676f51958e12c40a82f56e68a776ddf429228<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M payloads/libpayload/include/queue.h<br>1 file changed, 5 insertions(+), 5 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/25825/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/payloads/libpayload/include/queue.h b/payloads/libpayload/include/queue.h</span><br><span>index 2b64669..e5f68af 100644</span><br><span>--- a/payloads/libpayload/include/queue.h</span><br><span>+++ b/payloads/libpayload/include/queue.h</span><br><span>@@ -36,7 +36,7 @@</span><br><span> #define  _SYS_QUEUE_H_</span><br><span> </span><br><span> /*</span><br><span style="color: hsl(0, 100%, 40%);">- * This file defines five types of data structures: singly-linked lists, </span><br><span style="color: hsl(120, 100%, 40%);">+ * This file defines five types of data structures: singly-linked lists,</span><br><span>  * lists, simple queues, tail queues, and circular queues.</span><br><span>  *</span><br><span>  *</span><br><span>@@ -398,7 +398,7 @@</span><br><span>               XSIMPLEQ_XOR(head, &(elm)->field.sqx_next);          \</span><br><span> } while (0)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-                </span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /*</span><br><span>  * Tail queue definitions.</span><br><span>  */</span><br><span>@@ -417,8 +417,8 @@</span><br><span>      struct type **tqe_prev; /* address of previous next element */  \</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* </span><br><span style="color: hsl(0, 100%, 40%);">- * tail queue access methods </span><br><span style="color: hsl(120, 100%, 40%);">+/*</span><br><span style="color: hsl(120, 100%, 40%);">+ * tail queue access methods</span><br><span>  */</span><br><span> #define  TAILQ_FIRST(head)               ((head)->tqh_first)</span><br><span> #define       TAILQ_END(head)                 NULL</span><br><span>@@ -538,7 +538,7 @@</span><br><span> }</span><br><span> </span><br><span> /*</span><br><span style="color: hsl(0, 100%, 40%);">- * Circular queue access methods </span><br><span style="color: hsl(120, 100%, 40%);">+ * Circular queue access methods</span><br><span>  */</span><br><span> #define  CIRCLEQ_FIRST(head)             ((head)->cqh_first)</span><br><span> #define       CIRCLEQ_LAST(head)              ((head)->cqh_last)</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/25825">change 25825</a>. To unsubscribe, or for help writing mail filters, 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/25825"/><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: I7ff676f51958e12c40a82f56e68a776ddf429228 </div>
<div style="display:none"> Gerrit-Change-Number: 25825 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>