Skip to content

Commit

Permalink
Fix typo in entity path for OCMB
Browse files Browse the repository at this point in the history
Change-Id: If5f5e654b822b5f852ccc5b8445db446e9650a7b
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/96999
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: Daniel M Crowell <dcrowell@us.ibm.com>
  • Loading branch information
dcrowell77 committed May 18, 2020
1 parent ebe4ee8 commit 373872c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/usr/targeting/common/entitypath.C
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2012,2019 */
/* Contributors Listed Below - COPYRIGHT 2012,2020 */
/* [+] International Business Machines Corp. */
/* */
/* */
Expand Down Expand Up @@ -478,7 +478,7 @@ const char* EntityPath::pathElementTypeAsString(
case TYPE_MCC:
return "MCC";
case TYPE_OCMB_CHIP:
return "OCBM_CHIP";
return "OCMB_CHIP";
case TYPE_MEM_PORT:
return "MEM_PORT";
case TYPE_I2C_MUX:
Expand Down

0 comments on commit 373872c

Please sign in to comment.