<p>Martin Roth has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28044">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">.checkpatch.conf: Ignore a few more warnings<br><br>- PRINTK_WITHOUT_KERN_LEVEL is a new warning that coreboot's printks<br>don't follow.<br>- UNDOCUMENTED_DT_STRING is ignored because we don't have any<br>documentation for .dt files.<br>- SPDX_LICENSE_TAG is another new warning.  We can evaluate adding the<br>spdx license tags to our files, but at this point they aren't there, so<br>disable it for now.<br><br>Change-Id: I4b7fcfc0339b358a48e77188d85b47c022c7eb49<br>Signed-off-by: Martin Roth <martinroth@google.com><br>---<br>M .checkpatch.conf<br>1 file changed, 3 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/28044/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/.checkpatch.conf b/.checkpatch.conf</span><br><span>index c53fe35..c294e7b 100644</span><br><span>--- a/.checkpatch.conf</span><br><span>+++ b/.checkpatch.conf</span><br><span>@@ -17,6 +17,9 @@</span><br><span> --ignore CONFIG_DESCRIPTION</span><br><span> --ignore MISSING_SPACE</span><br><span> --ignore CORRUPTED_PATCH</span><br><span style="color: hsl(120, 100%, 40%);">+--ignore SPDX_LICENSE_TAG</span><br><span style="color: hsl(120, 100%, 40%);">+--ignore UNDOCUMENTED_DT_STRING</span><br><span style="color: hsl(120, 100%, 40%);">+--ignore PRINTK_WITHOUT_KERN_LEVEL</span><br><span> </span><br><span> # FILE_PATH_CHANGES seems to not be working correctly. It will</span><br><span> # choke on added / deleted files even if the MAINTAINERS file</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28044">change 28044</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/28044"/><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: I4b7fcfc0339b358a48e77188d85b47c022c7eb49 </div>
<div style="display:none"> Gerrit-Change-Number: 28044 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Martin Roth <martinroth@google.com> </div>