<p>Martin Roth <strong>posted comments</strong> on this change.</p><p><a href="https://review.coreboot.org/22635">View Change</a></p><p>Patch set 1:<span style="border-radius: 3px; display: inline-block; margin: 0 2px; padding: 4px;background-color: #ffd4d4;">Code-Review -1</span></p><p style="white-space: pre-wrap; word-wrap: break-word;">I'd rather that none of these changes were made.</p><p>(4 comments)</p><ul style="list-style: none; padding-left: 20px;"><li><p><a href="https://review.coreboot.org/#/c/22635/1//COMMIT_MSG">Commit Message:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/22635/1//COMMIT_MSG@9">Patch Set #1, Line 9:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">There are instances where the pound "#" is separated from the word "define",<br>it should be all together "#define".<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Why?  This is a common convention throughout the codebase to show that this #define is a part of the previous register.</p><p style="white-space: pre-wrap; word-wrap: break-word;">This extra space helps visually to separate the register number from the register components.</p></li><li><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/22635/1//COMMIT_MSG@12">Patch Set #1, Line 12:</a> </p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;"><pre style="font-family: monospace,monospace; white-space: pre-wrap;">There are instances where bits are being declared as (1 << x), should be<br>replaced by macro BIT(x).<br></pre></blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">Again, the (1 << x) is very common throughout the coreboot codebase.  What's the reason to change it in this file?  If it were mixed, I could see it all getting converted one way or the other, but why change it here?</p></li><li><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/22635/1//COMMIT_MSG@15">Patch Set #1, Line 15:</a> <code style="font-family:monospace,monospace">62239898</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">62239898 - Kahlee: coreboot - stoneyridge - include headers for filetypes used.</p><p style="white-space: pre-wrap; word-wrap: break-word;">What does this change have to do with this bug?</p></li></ul></li><li><p><a href="https://review.coreboot.org/#/c/22635/1/src/soc/amd/stoneyridge/include/soc/northbridge.h">File src/soc/amd/stoneyridge/include/soc/northbridge.h:</a></p><ul style="list-style: none; padding-left: 20px;"><li><p style="margin-bottom: 4px;"><a href="https://review.coreboot.org/#/c/22635/1/src/soc/amd/stoneyridge/include/soc/northbridge.h@59">Patch Set #1, Line 59:</a> <code style="font-family:monospace,monospace">   BIT(0)</code></p><p style="white-space: pre-wrap; word-wrap: break-word;">No longer aligned after removing the space.</p></li></ul></li></ul><p>To view, visit <a href="https://review.coreboot.org/22635">change 22635</a>. To unsubscribe, 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/22635"/><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: comment </div>
<div style="display:none"> Gerrit-Change-Id: I882bf1cc9d9e6b587b5dc3d27cea1626f4dcc51a </div>
<div style="display:none"> Gerrit-Change-Number: 22635 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Spiegel <richard.spiegel@silverbackltd.com> </div>
<div style="display:none"> Gerrit-Reviewer: Martin Roth <martinroth@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>
<div style="display:none"> Gerrit-Comment-Date: Wed, 29 Nov 2017 22:20:07 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>