From 3f6ff0a8bddfd7d9b916239707e04ff52be4c8fb Mon Sep 17 00:00:00 2001 From: Christian Geddes Date: Thu, 23 May 2019 15:02:12 -0500 Subject: 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 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Chen Du Reviewed-by: Daniel M. Crowell --- src/include/usr/vpd/vpd_if.H | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/include') 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. */ -- cgit v1.2.3