From 84923368d03fcf5a7bd09f9a6aa1dc692d65db3e Mon Sep 17 00:00:00 2001 From: Andre Marin Date: Wed, 8 Aug 2018 23:01:37 -0500 Subject: Fix i2c doxy and update i2c_access.H doxy to match fapi2_access_i2c.H Change-Id: I9e6472737d21f125c688f2e4e805c7f474e072ae Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64178 Tested-by: HWSV CI Tested-by: Hostboot CI Tested-by: Jenkins Server Reviewed-by: Louis Stermole Reviewed-by: Matt K. Light Tested-by: PPE CI Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/64216 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- src/import/hwpf/fapi2/include/fapi2_i2c_access.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/import/hwpf') diff --git a/src/import/hwpf/fapi2/include/fapi2_i2c_access.H b/src/import/hwpf/fapi2/include/fapi2_i2c_access.H index b02b5a863..d6736cf01 100644 --- a/src/import/hwpf/fapi2/include/fapi2_i2c_access.H +++ b/src/import/hwpf/fapi2/include/fapi2_i2c_access.H @@ -76,11 +76,11 @@ inline ReturnCode getI2c(const Target& i_target, /// /// Example use (seeprom write 4 bytes of zeros w/ 2-byte address: 0x0208): /// std::vector addr_data = {0x02, 0x08, 0x00, 0x00, 0x00, 0x00}; -/// FAPI_TRY(getI2c(target, addr_data)); +/// FAPI_TRY(putI2c(target, addr_data)); /// /// Example use (smbus write 1 data length byte + 4 bytes of zeros w/ 1-byte command: 0x01): /// std::vector command_data = {0x01, 0x04, 0x00, 0x00, 0x00, 0x00}; -/// FAPI_TRY(getI2c(target, command_data)); +/// FAPI_TRY(putI2c(target, command_data)); /// /// @tparam K the type (Kind) of target, from i_target /// @tparam V the type of the target's Value, from i_target -- cgit v1.2.1