summaryrefslogtreecommitdiffstats
path: root/src/usr/ipmi/ipmisensor.C
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2015-08-06 22:06:41 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-08-10 14:50:18 -0500
commit69262b80495d705baf5e9759beab6f113481405b (patch)
treeea6c4a8a95ac5ff697c85dceafc9ee203de4fb1a /src/usr/ipmi/ipmisensor.C
parent26a72f82cc3ab02bc486b99e2e3dd7ddfcc3b099 (diff)
downloadblackbird-hostboot-69262b80495d705baf5e9759beab6f113481405b.tar.gz
blackbird-hostboot-69262b80495d705baf5e9759beab6f113481405b.zip
Fix up some malformed error log tags
Change-Id: Ief8c1bca26f2c630cd4699ccc1b8edec67834dfc Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19644 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-by: Christopher Cain <cjcain@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ipmi/ipmisensor.C')
-rw-r--r--src/usr/ipmi/ipmisensor.C14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/usr/ipmi/ipmisensor.C b/src/usr/ipmi/ipmisensor.C
index 1b3ebbd43..094231152 100644
--- a/src/usr/ipmi/ipmisensor.C
+++ b/src/usr/ipmi/ipmisensor.C
@@ -88,7 +88,7 @@ namespace SENSOR
{
case SENSOR::CC_SENSOR_READING_NOT_SETTABLE:
{
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISENSOR
* @reasoncode IPMI::RC_SENSOR_NOT_SETTABLE
@@ -106,7 +106,7 @@ namespace SENSOR
case SENSOR::CC_EVENT_DATA_BYTES_NOT_SETTABLE:
{
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISENSOR
* @reasoncode IPMI::RC_EVENT_DATA_NOT_SETTABLE
@@ -124,7 +124,7 @@ namespace SENSOR
case IPMI::CC_CMDSENSOR:
{
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISENSOR
* @reasoncode IPMI::RC_INVALID_SENSOR_CMD
@@ -140,7 +140,7 @@ namespace SENSOR
case IPMI::CC_BADSENSOR:
{
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISENSOR
* @reasoncode IPMI::RC_SENSOR_NOT_PRESENT
@@ -158,7 +158,7 @@ namespace SENSOR
{
// lump everything else into a general failure for
// now.
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISENSOR
* @reasoncode IPMI::RC_SET_SENSOR_FAILURE
@@ -335,7 +335,7 @@ namespace SENSOR
// something happened log an error to indicate the request
// failed
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_UNRECOVERABLE
* @moduleid IPMI::MOD_IPMISENSOR
* @reasoncode IPMI::RC_SENSOR_READING_NOT_AVAIL
@@ -420,7 +420,7 @@ namespace SENSOR
{
TRACFCOMP(g_trac_ipmi,"bad completion code from BMC=0x%x",cc);
- /* @errorlog tag
+ /*@
* @errortype ERRL_SEV_INFORMATIONAL
* @moduleid IPMI::MOD_IPMISENSOR
* @reasoncode IPMI::RC_GET_SENSOR_TYPE_CMD_FAILED
OpenPOWER on IntegriCloud