mirror-linux/drivers/s390/scsi
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
zfcp_aux.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_ccw.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_dbf.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_dbf.h
zfcp_def.h scsi: zfcp: Change the type of all fsf request id fields and variables to u64 2023-02-21 22:00:51 -05:00
zfcp_diag.c
zfcp_diag.h scsi: zfcp: Drop redundant "the" in the comments 2022-07-07 17:33:58 -04:00
zfcp_erp.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_ext.h scsi: zfcp: Trace when request remove fails after qdio send fails 2023-02-21 22:00:51 -05:00
zfcp_fc.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_fc.h scsi: zfcp: Fix missing auto port scan and thus missing target ports 2022-08-01 19:50:00 -04:00
zfcp_fsf.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_fsf.h
zfcp_qdio.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_qdio.h s390/zfcp: use new address translation helpers 2024-03-13 09:23:48 +01:00
zfcp_reqlist.h scsi: zfcp: Change the type of all fsf request id fields and variables to u64 2023-02-21 22:00:51 -05:00
zfcp_scsi.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_sysfs.c s390: Remove KMSG_COMPONENT macro 2025-11-24 11:45:21 +01:00
zfcp_unit.c scsi: Rename .slave_alloc() and .slave_destroy() 2024-12-04 15:34:28 -05:00