<p>Richard Spiegel has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28607">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">arch/x86/acpi_bert_storage.c: Fix coverity error CID 1395706<br><br>There are 8 possible BERT context errors, with table ctx_names being a<br>table to print their names. Thus the table is supposed to have 8 elements,<br>and indeed it has 8 lines... but some lines are missing commas, and when<br>compiling it becomes a 5 element table. Add the commas at the appropriate<br>places.<br><br>BUG=b:115719190<br>TEST=none.<br><br>Change-Id: I04a2c82a25fe5f334637053ef81fa6daffb5b9c5<br>Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com><br>---<br>M src/arch/x86/acpi_bert_storage.c<br>1 file changed, 3 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/28607/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/arch/x86/acpi_bert_storage.c b/src/arch/x86/acpi_bert_storage.c</span><br><span>index 82ecc5f..961faa6 100644</span><br><span>--- a/src/arch/x86/acpi_bert_storage.c</span><br><span>+++ b/src/arch/x86/acpi_bert_storage.c</span><br><span>@@ -311,9 +311,9 @@</span><br><span>                       "MSR Registers",</span><br><span>                   "32-bit Mode Execution",</span><br><span>                   "64-bit Mode Execution",</span><br><span style="color: hsl(0, 100%, 40%);">-                      "FXSAVE"</span><br><span style="color: hsl(0, 100%, 40%);">-                      "32-bit Mode Debug"</span><br><span style="color: hsl(0, 100%, 40%);">-                   "64-bit Mode Debug"</span><br><span style="color: hsl(120, 100%, 40%);">+                 "FXSAVE",</span><br><span style="color: hsl(120, 100%, 40%);">+                   "32-bit Mode Debug",</span><br><span style="color: hsl(120, 100%, 40%);">+                        "64-bit Mode Debug",</span><br><span>                       "Memory Mapped"</span><br><span>    };</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28607">change 28607</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/28607"/><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: I04a2c82a25fe5f334637053ef81fa6daffb5b9c5 </div>
<div style="display:none"> Gerrit-Change-Number: 28607 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Spiegel <richard.spiegel@silverbackltd.com> </div>