<p>Peter Lemenkov has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/29235">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sb/intel/lynxpoint/hda_verb: Variable name here shouldn't contain asterisks<br><br>Whatever code formatting/documenting/analysis tool was used here, this<br>annotation of a variable is wrong. Two asterisks belongs to the type of<br>the variable, not to the name of the variable.<br><br>Change-Id: I65da8efa9a67b2915fbc0276ce800104198abcee<br>Signed-off-by: Peter Lemenkov <lemenkov@gmail.com><br>---<br>M src/southbridge/intel/lynxpoint/hda_verb.c<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/35/29235/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/southbridge/intel/lynxpoint/hda_verb.c b/src/southbridge/intel/lynxpoint/hda_verb.c</span><br><span>index a8a139c..8859628 100644</span><br><span>--- a/src/southbridge/intel/lynxpoint/hda_verb.c</span><br><span>+++ b/src/southbridge/intel/lynxpoint/hda_verb.c</span><br><span>@@ -139,7 +139,7 @@</span><br><span>  * @param verb_table_bytes: verb table size in bytes</span><br><span>  * @param verb_table_data:  verb table data</span><br><span>  * @param viddid:            vendor/device to search for</span><br><span style="color: hsl(0, 100%, 40%);">- * @param **verb:            pointer to entry within table</span><br><span style="color: hsl(120, 100%, 40%);">+ * @param verb:                  pointer to entry within table</span><br><span>  *</span><br><span>  * Returns size of the entry within the verb table,</span><br><span>  * Returns 0 if the entry is not found</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/29235">change 29235</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/29235"/><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: I65da8efa9a67b2915fbc0276ce800104198abcee </div>
<div style="display:none"> Gerrit-Change-Number: 29235 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Peter Lemenkov <lemenkov@gmail.com> </div>