<p>Patrick Georgi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26945">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">util/optionlist: show location of a comment<br><br>Change-Id: Ib417f435011f0331a1b0228734874ef0a62fb587<br>Signed-off-by: Patrick Georgi <pgeorgi@chromium.org><br>---<br>M util/optionlist/kconfig2html<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/26945/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/util/optionlist/kconfig2html b/util/optionlist/kconfig2html</span><br><span>index defd35d..35386b1 100755</span><br><span>--- a/util/optionlist/kconfig2html</span><br><span>+++ b/util/optionlist/kconfig2html</span><br><span>@@ -79,7 +79,7 @@</span><br><span>                  helplen = len(i[:i.find(words[0])].expandtabs())</span><br><span>             elif words[0] == "comment":</span><br><span>                        sys.stdout.write("<tr bgcolor=\"#eeeeee\">\n")</span><br><span style="color: hsl(0, 100%, 40%);">-                        sys.stdout.write("<td></td><td></td><td>(comment)</td><td></td><td>%s</td></tr>\n" % htmlescape(zapquotes(words[1])))</span><br><span style="color: hsl(120, 100%, 40%);">+                     sys.stdout.write("<td></td><td>%s</td><td>(comment)</td><td></td><td>%s</td></tr>\n" % (source, htmlescape(zapquotes(words[1]))))</span><br><span>                elif words[0]=="menu":</span><br><span>                     if len(words)>1:</span><br><span>                          temp = htmlescape(zapquotes(words[1]))</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26945">change 26945</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/26945"/><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: Ib417f435011f0331a1b0228734874ef0a62fb587 </div>
<div style="display:none"> Gerrit-Change-Number: 26945 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Georgi <pgeorgi@google.com> </div>