aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-02-16 14:43:53 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-02-16 14:43:53 +1100
commitea7d806ab0ba7acbc4143261c2648864d3def1f1 (patch)
tree952d3c47d64393ff882d11f267c40569bcb912ed /doc
parent6551cdc693158a26a9a8a902d1d0c6a2cf529fab (diff)
downloadskiboot-ea7d806ab0ba7acbc4143261c2648864d3def1f1.zip
skiboot-ea7d806ab0ba7acbc4143261c2648864d3def1f1.tar.gz
skiboot-ea7d806ab0ba7acbc4143261c2648864d3def1f1.tar.bz2
s/OpalMessageType/opal_msg_type/ removing CamelCase and being consistent!
We now consistently use msg as abbreviation for message in OPAL API. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/opal-api/opal-messages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/opal-api/opal-messages.txt b/doc/opal-api/opal-messages.txt
index 878ecc6..448e9c7 100644
--- a/doc/opal-api/opal-messages.txt
+++ b/doc/opal-api/opal-messages.txt
@@ -2,7 +2,7 @@ OAPL_MESSAGE
============
The host OS can use OPAL_GET_MSG to retrive messages queued by OPAL. The
-messages are defined by enum OpalMessageType. The host is notified of there
+messages are defined by enum opal_msg_type. The host is notified of there
being messages to be consumed by the OPAL_EVENT_MSG_PENDING bit being set.
An opal_msg is: