aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2017-06-16 14:12:20 +0930
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-06-19 14:49:29 +1000
commit986eacf3271a87d1b90a86d23fbedec5651a6a54 (patch)
tree94ec3154fe57ae3489f13aa3302d2007804e68a7 /hw/ipmi
parent7f5e5d0c2df88bf265301c57dbc8d96074df0770 (diff)
downloadskiboot-986eacf3271a87d1b90a86d23fbedec5651a6a54.zip
skiboot-986eacf3271a87d1b90a86d23fbedec5651a6a54.tar.gz
skiboot-986eacf3271a87d1b90a86d23fbedec5651a6a54.tar.bz2
ipmi-sel: Fix missing typo, line length and correct eSEL stylisation
It might seem impossible to some that missing typos can be fixed without being first added, but here we are. Further, reduce the line length to sensible limits to ensure Joel provides a Reviewed-by, and fix eSEL stylisation to hopefully extract similar tags from the rest of the peanut gallery. Suggested-by: Joel Stanley <joel@jms.id.au> Suggested-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/ipmi')
-rw-r--r--hw/ipmi/ipmi-sel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ipmi/ipmi-sel.c b/hw/ipmi/ipmi-sel.c
index 847604e..5c76647 100644
--- a/hw/ipmi/ipmi-sel.c
+++ b/hw/ipmi/ipmi-sel.c
@@ -335,7 +335,7 @@ static void ipmi_elog_poll(struct ipmi_msg *msg)
size_t req_size;
if (bmc_platform->ipmi_oem_partial_add_esel == 0) {
- prlog(PR_WARNING, "BUG: Dropping ESEL on the floor due to buggy/mising code in OPAL for this BMC\n");
+ prlog(PR_WARNING, "Dropped eSEL: BMC code is buggy/missing\n");
return;
}