mirror-linux/arch/s390/appldata
Heiko Carstens c3d17464f0 s390: Remove KMSG_COMPONENT macro
The KMSG_COMPONENT macro is a leftover of the s390 specific "kernel
message catalog" which never made it upstream.

Remove the macro in order to get rid of a pointless indirection. Replace
all users with the string it defines. In almost all cases this leads to a
simple replacement like this:

 - #define KMSG_COMPONENT "appldata"
 - #define pr_fmt(fmt) KMSG_COMPONENT ": " fmt
 + #define pr_fmt(fmt) "appldata: " fmt

Except for some special cases this is just mechanical/scripted work.

Acked-by: Thomas Richter <tmricht@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2025-11-24 11:45:21 +01:00
..
Makefile s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
appldata.h
appldata_base.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
appldata_mem.c s390: include linux/io.h instead of asm/io.h 2023-07-03 11:19:40 +02:00
appldata_net_sum.c Documentation/s390: Update / remove developerWorks web links 2020-05-20 10:22:51 +02:00
appldata_os.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00