<p>Marshall Dawson has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29010">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">amd/stoneyridge: Fix SPI_CMD_TRIGGER coding style<br><br>Make the whitespace match surrounding lines and remove unnecessary<br>parentheses.<br><br>Change-Id: I2ed02494ba69237c38af61317e435d9575cefe1c<br>Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com><br>---<br>M src/soc/amd/stoneyridge/include/soc/southbridge.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/10/29010/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/amd/stoneyridge/include/soc/southbridge.h b/src/soc/amd/stoneyridge/include/soc/southbridge.h</span><br><span>index c50733b..d4af8a1 100644</span><br><span>--- a/src/soc/amd/stoneyridge/include/soc/southbridge.h</span><br><span>+++ b/src/soc/amd/stoneyridge/include/soc/southbridge.h</span><br><span>@@ -229,8 +229,8 @@</span><br><span> #define   EXEC_OPCODE                    BIT(16)</span><br><span> #define SPI_CNTRL1                   0x0c</span><br><span> #define SPI_CMD_CODE                    0x45</span><br><span style="color: hsl(0, 100%, 40%);">-#define SPI_CMD_TRIGGER             0x47</span><br><span style="color: hsl(0, 100%, 40%);">-#define   SPI_CMD_TRIGGER_EXECUTE   (BIT(7))</span><br><span style="color: hsl(120, 100%, 40%);">+#define SPI_CMD_TRIGGER                       0x47</span><br><span style="color: hsl(120, 100%, 40%);">+#define   SPI_CMD_TRIGGER_EXECUTE BIT(7)</span><br><span> #define SPI_TX_BYTE_COUNT             0x48</span><br><span> #define SPI_RX_BYTE_COUNT               0x4b</span><br><span> #define SPI_STATUS                      0x4c</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29010">change 29010</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/29010"/><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: I2ed02494ba69237c38af61317e435d9575cefe1c </div>
<div style="display:none"> Gerrit-Change-Number: 29010 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Marshall Dawson <marshalldawson3rd@gmail.com> </div>