<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/27409">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/southbridge: Use "foo *bar" instead of "foo* bar"<br><br>Change-Id: I72d50615d77b91529810e8f590fa56f3c6f7546c<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/southbridge/amd/agesa/hudson/amd_pci_int_types.h<br>1 file changed, 2 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/09/27409/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/amd/agesa/hudson/amd_pci_int_types.h b/src/southbridge/amd/agesa/hudson/amd_pci_int_types.h</span><br><span>index 7b74561..328818c 100644</span><br><span>--- a/src/southbridge/amd/agesa/hudson/amd_pci_int_types.h</span><br><span>+++ b/src/southbridge/amd/agesa/hudson/amd_pci_int_types.h</span><br><span>@@ -17,7 +17,7 @@</span><br><span> #define AMD_PCI_INT_TYPES_H</span><br><span> </span><br><span> #if IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_AGESA_BOLTON) || IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_AGESA_HUDSON)</span><br><span style="color: hsl(0, 100%, 40%);">-const char * intr_types[] = {</span><br><span style="color: hsl(120, 100%, 40%);">+const char *intr_types[] = {</span><br><span>   [0x00] = "INTA#\t", "INTB#\t", "INTC#\t", "INTD#\t", "INTE#\t", "INTF#\t", "INTG#\t", "INTH#\t",</span><br><span>     [0x08] = "Misc\t", "Misc0\t", "Misc1\t", "Misc2\t", "Ser IRQ INTA", "Ser IRQ INTB", "Ser IRQ INTC", "Ser IRQ INTD",</span><br><span>  [0x10] = "SCI\t", "SMBUS0\t", "ASF\t", "HDA\t", "SD\t\t", "GEC\t", "PerMon\t",</span><br><span>@@ -27,7 +27,7 @@</span><br><span>     [0x50] = "GPPInt0\t", "GPPInt1\t", "GPPInt2\t", "GPPInt3\t"</span><br><span> };</span><br><span> #elif IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_AGESA_YANGTZE)</span><br><span style="color: hsl(0, 100%, 40%);">-const char * intr_types[] = {</span><br><span style="color: hsl(120, 100%, 40%);">+const char *intr_types[] = {</span><br><span>       [0x00] = "INTA#\t", "INTB#\t", "INTC#\t", "INTD#\t", "INTE#\t", "INTF#\t", "INTG#\t", "INTH#\t",</span><br><span>     [0x08] = "Misc\t", "Misc0\t", "Misc1\t", "Misc2\t", "Ser IRQ INTA", "Ser IRQ INTB", "Ser IRQ INTC", "Ser IRQ INTD",</span><br><span>  [0x10] = "SCI\t", "SMBUS0\t", "ASF\t", "HDA\t", "FC\t\t", "GEC\t", "PerMon\t", "SD\t",</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/27409">change 27409</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/27409"/><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: I72d50615d77b91529810e8f590fa56f3c6f7546c </div>
<div style="display:none"> Gerrit-Change-Number: 27409 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>