summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorChristian Geddes <crgeddes@us.ibm.com>2019-05-23 15:02:12 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-05 16:39:35 -0500
commit3f6ff0a8bddfd7d9b916239707e04ff52be4c8fb (patch)
tree6869efe3287069acaa1f35f7b497ecc054fa117c /src/include
parenta70922169308a63b7ea2c4191bce1172910579fa (diff)
downloadtalos-hostboot-3f6ff0a8bddfd7d9b916239707e04ff52be4c8fb.tar.gz
talos-hostboot-3f6ff0a8bddfd7d9b916239707e04ff52be4c8fb.zip
Clean up some comments and refactor how we determine new cache entry
While code was added to handle detecting new OCMB parts a new check was added to make sure an entry was newly added to cache to make it so we didnt do new part validation on entries that had not been cached yet. This commit removes what was added and leverages existing information we had earlier on in the caching algorith. Also in this commit a few minor comments were addressed related to tracing and doxygen comments. Change-Id: Ie3454181449320a6a570c15692cc1f71c819ba22 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/77814 Reviewed-by: Matthew Raybuck <matthew.raybuck@ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Chen Du <duchen@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/usr/vpd/vpd_if.H4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/usr/vpd/vpd_if.H b/src/include/usr/vpd/vpd_if.H
index a995fe06c..b649b46ab 100644
--- a/src/include/usr/vpd/vpd_if.H
+++ b/src/include/usr/vpd/vpd_if.H
@@ -112,13 +112,9 @@ namespace VPD
* sync with hardware and returns the result in o_isInSync.
*
* @param[in] i_target Target device
- *
- *
* @param[in] i_eepromType Eeprom content type of target device
- *
* @param[out] o_isInSync true if part and serial numbers in cache match
* hardware. Otherwise, false.
- *
* @return errlHndl_t - NULL if successful, otherwise a pointer to the
* error log.
*/
OpenPOWER on IntegriCloud