From 9d5ea21df77e7967df6344abf453c7f7c85572d3 Mon Sep 17 00:00:00 2001 From: Alexander Amelkin Date: Fri, 5 Jun 2020 21:12:36 +0300 Subject: [PATCH] sel: Fix OEM record definition example The example contained nested double quotes. Changed them to single quotes. Signed-off-by: Alexander Amelkin --- contrib/oem_ibm_sel_map | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/oem_ibm_sel_map b/contrib/oem_ibm_sel_map index 330d362..e4b7a4a 100644 --- a/contrib/oem_ibm_sel_map +++ b/contrib/oem_ibm_sel_map @@ -1,4 +1,4 @@ -"0xC1","XX","XX","XX","XX","XX","XX","XX","0x01","0x00","Chassis Number","R","R","0x00","CPU shutdown - Potential cause "triple fault" a software address problem" +"0xC1","XX","XX","XX","XX","XX","XX","XX","0x01","0x00","Chassis Number","R","R","0x00","CPU shutdown - Potential cause 'triple fault' a software address problem" "0xC1","XX","XX","XX","XX","XX","XX","XX","0x02","0x01","Chassis Number","Failed Memory Card","Spare Memory Card","0x00","Memory Mirrored Failover Occurred - System running from mirrored memory image" "0xC1","XX","XX","XX","XX","XX","XX","XX","0x02","0x04","Chassis Number","Memory Card","Completion Code (0x00=Success)","0x00","Memory hot replace event" "0xC1","XX","XX","XX","XX","XX","XX","XX","0x02","0x05","Chassis Number","Memory Card","Memory Size (in 512MB units)","0x00","Memory hot add event"