[coreboot-gerrit] Change in coreboot[master]: sb/intel/lynxpoint/hda_verb: Variable name here shouldn't contain ast...

Peter Lemenkov (Code Review) gerrit at coreboot.org
Tue Oct 23 09:42:56 CEST 2018


Peter Lemenkov has uploaded this change for review. ( https://review.coreboot.org/29235


Change subject: sb/intel/lynxpoint/hda_verb: Variable name here shouldn't contain asterisks
......................................................................

sb/intel/lynxpoint/hda_verb: Variable name here shouldn't contain asterisks

Whatever code formatting/documenting/analysis tool was used here, this
annotation of a variable is wrong. Two asterisks belongs to the type of
the variable, not to the name of the variable.

Change-Id: I65da8efa9a67b2915fbc0276ce800104198abcee
Signed-off-by: Peter Lemenkov <lemenkov at gmail.com>
---
M src/southbridge/intel/lynxpoint/hda_verb.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/29235/1

diff --git a/src/southbridge/intel/lynxpoint/hda_verb.c b/src/southbridge/intel/lynxpoint/hda_verb.c
index a8a139c..8859628 100644
--- a/src/southbridge/intel/lynxpoint/hda_verb.c
+++ b/src/southbridge/intel/lynxpoint/hda_verb.c
@@ -139,7 +139,7 @@
  * @param verb_table_bytes:	verb table size in bytes
  * @param verb_table_data:	verb table data
  * @param viddid:		vendor/device to search for
- * @param **verb:		pointer to entry within table
+ * @param verb:			pointer to entry within table
  *
  * Returns size of the entry within the verb table,
  * Returns 0 if the entry is not found

-- 
To view, visit https://review.coreboot.org/29235
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I65da8efa9a67b2915fbc0276ce800104198abcee
Gerrit-Change-Number: 29235
Gerrit-PatchSet: 1
Gerrit-Owner: Peter Lemenkov <lemenkov at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181023/c00eb150/attachment.html>


More information about the coreboot-gerrit mailing list