summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2018-05-30 09:37:40 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-31 13:20:19 -0400
commitcaa0f8a5bd325ad11fc7974f10b5642666e3c5e9 (patch)
tree91029a8015d8fcc01b6603038e36a1d4c387c4b5 /src
parent6df55b571dcba945ece238e26fe0bf9b0d9b4a24 (diff)
downloadtalos-hostboot-caa0f8a5bd325ad11fc7974f10b5642666e3c5e9.tar.gz
talos-hostboot-caa0f8a5bd325ad11fc7974f10b5642666e3c5e9.zip
Fix function name of p9c_query_channel_failure
Change-Id: Ie93037ad42e9b35945424c1b0f087c64ac853843 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59546 Reviewed-by: Zane C. Shelley <zshelle@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Caleb N. Palmer <cnpalmer@us.ibm.com> Reviewed-by: Benjamin J. Weisenbeck <bweisenb@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/59577 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C b/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C
index 8896b0e0e..b0a4e9837 100644
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_query_channel_failure.C
@@ -131,7 +131,7 @@ constexpr uint8_t L_CHIFIR_CFG0_ASSOCIATION[][3] =
*
* @return FAPI2_RC_SUCCESS on success, error otherwise
*/
-fapi2::ReturnCode p9_query_channel_failure(
+fapi2::ReturnCode p9c_query_channel_failure(
const fapi2::Target<fapi2::TARGET_TYPE_DMI>& i_tgt,
bool& o_failed )
{
OpenPOWER on IntegriCloud