aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/cper.h
diff options
context:
space:
mode:
authorChen, Gong <gong.chen@linux.intel.com>2013-10-18 14:28:59 -0700
committerTony Luck <tony.luck@intel.com>2013-10-21 15:12:00 -0700
commit88f074f4871a8c212b212b725e4dcdcdb09613c1 (patch)
treed3882313f519f3a57e7f376e55d51475a4e0742b /include/linux/cper.h
parentACPI, APEI, CPER: Fix status check during error printing (diff)
downloadwireguard-linux-88f074f4871a8c212b212b725e4dcdcdb09613c1.tar.xz
wireguard-linux-88f074f4871a8c212b212b725e4dcdcdb09613c1.zip
ACPI, CPER: Update cper info
We have a lot of confusing names of functions and data structures in amongs the the error reporting code. In particular the "apei" prefix has been applied to many objects that are not part of APEI. Since we will be using these routines for extended error log reporting it will be clearer if we fix up the names first. Signed-off-by: Chen, Gong <gong.chen@linux.intel.com> Acked-by: Borislav Petkov <bp@suse.de> Reviewed-by: Mauro Carvalho Chehab <m.chehab@samsung.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/linux/cper.h')
-rw-r--r--include/linux/cper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cper.h b/include/linux/cper.h
index c23049496531..09ebe2113641 100644
--- a/include/linux/cper.h
+++ b/include/linux/cper.h
@@ -389,6 +389,6 @@ struct cper_sec_pcie {
u64 cper_next_record_id(void);
void cper_print_bits(const char *prefix, unsigned int bits,
- const char *strs[], unsigned int strs_size);
+ const char * const strs[], unsigned int strs_size);
#endif