diff mbox

skiboot: Fix comment around OPAL_IMC_COUNTERS_ enum

Message ID 1500223136-28485-1-git-send-email-maddy@linux.vnet.ibm.com
State Accepted
Headers show

Commit Message

maddy July 16, 2017, 4:38 p.m. UTC
Fixes: 7801be0fcf2a2 ('skiboot: Add opal calls to init/start/stop IMC devices)
Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
---
 include/opal-api.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith July 17, 2017, 6:47 a.m. UTC | #1
Madhavan Srinivasan <maddy@linux.vnet.ibm.com> writes:
> Fixes: 7801be0fcf2a2 ('skiboot: Add opal calls to init/start/stop IMC devices)
> Signed-off-by: Madhavan Srinivasan <maddy@linux.vnet.ibm.com>
> ---
>  include/opal-api.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Merged to master as of eae86789c72e61288514eace206588d9d1633a25
diff mbox

Patch

diff --git a/include/opal-api.h b/include/opal-api.h
index edae06932195..2a8816a272bc 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -1248,7 +1248,7 @@  enum {
 	XIVE_DUMP_EMU_STATE	= 5,
 };
 
-/* Operation argument to IMC Microcode */
+/* "type" argument options for OPAL_IMC_COUNTERS_* calls */
 enum {
 	OPAL_IMC_COUNTERS_NEST = 1,
 	OPAL_IMC_COUNTERS_CORE = 2,