diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-16 14:43:53 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-02-16 14:43:53 +1100 |
commit | ea7d806ab0ba7acbc4143261c2648864d3def1f1 (patch) | |
tree | 952d3c47d64393ff882d11f267c40569bcb912ed /doc | |
parent | 6551cdc693158a26a9a8a902d1d0c6a2cf529fab (diff) | |
download | skiboot-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.txt | 2 |
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: |