<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/23524">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mainboard/winent: Remove not necessary braces {}<br><br>also add required space before opening parenthesis '('<br><br>Change-Id: I48a7bd4bd98d1a9d7b0ce4c12e09284fa4be6c7a<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/mainboard/winent/mb6047/mptable.c<br>1 file changed, 2 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/23524/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/mainboard/winent/mb6047/mptable.c b/src/mainboard/winent/mb6047/mptable.c</span><br><span>index 3d9ffb5..53eded0 100644</span><br><span>--- a/src/mainboard/winent/mb6047/mptable.c</span><br><span>+++ b/src/mainboard/winent/mb6047/mptable.c</span><br><span>@@ -77,14 +77,12 @@</span><br><span>   smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, bus_ck804_0, ((sbdn +8)<<2)|0, apicid_ck804, 0x16); // 22</span><br><span> </span><br><span> //Slot PCIE x16</span><br><span style="color: hsl(0, 100%, 40%);">-   for(i = 0; i < 4; i++) {</span><br><span style="color: hsl(120, 100%, 40%);">+   for (i = 0; i < 4; i++)</span><br><span>           smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, bus_ck804_5, (0x00 << 2)|i, apicid_ck804, 0x10 + (2+i+4-sbdn%4)%4);</span><br><span style="color: hsl(0, 100%, 40%);">-        }</span><br><span> </span><br><span> //Slot  PCIE x4</span><br><span style="color: hsl(0, 100%, 40%);">-        for(i = 0; i < 4; i++) {</span><br><span style="color: hsl(120, 100%, 40%);">+   for (i = 0; i < 4; i++)</span><br><span>           smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, bus_ck804_4, (0x00 << 2)|i, apicid_ck804, 0x10 + (1+i+4-sbdn%4)%4);</span><br><span style="color: hsl(0, 100%, 40%);">-        }</span><br><span> </span><br><span> //Onboard SM720 VGA</span><br><span>         smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, bus_ck804_1, (6 << 2)|0, apicid_ck804, 0x13); // 19</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/23524">change 23524</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/23524"/><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: I48a7bd4bd98d1a9d7b0ce4c12e09284fa4be6c7a </div>
<div style="display:none"> Gerrit-Change-Number: 23524 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>