linux-yocto/drivers/s390/char
Heiko Carstens 87f017d079 s390/vmlogrdr: Use array instead of string initializer
Compiling vmlogrdr with GCC 15 generates this warning:

  CC [M]  drivers/s390/char/vmlogrdr.o
drivers/s390/char/vmlogrdr.c:126:29: error: initializer-string for array
 of ‘char’ is too long [-Werror=unterminated-string-initialization]
  126 |         { .system_service = "*LOGREC ",

Given that the system_service array intentionally contains a non-null
terminated string use an array initializer, instead of string
initializer to get rid of this warning.

Reviewed-by: Gerald Schaefer <gerald.schaefer@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
2025-01-29 13:44:21 +01:00
..
con3215.c s390/con3215: Remove spurious NULL in attribute_group definition 2024-11-18 16:20:46 +01:00
con3270.c s390/con3270: Use NULL instead of 0 for pointers 2024-11-12 14:01:27 +01:00
ctrlchar.c
ctrlchar.h
defkeymap.c
defkeymap.map
diag_ftp.c
diag_ftp.h
fs3270.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
hmcdrv_cache.c
hmcdrv_cache.h
hmcdrv_dev.c s390: remove unused f_version 2024-09-09 11:58:07 +02:00
hmcdrv_dev.h
hmcdrv_ftp.c
hmcdrv_ftp.h
hmcdrv_mod.c
Kconfig s390: Remove protvirt and kvm config guards for uv code 2024-07-23 16:02:33 +02:00
keyboard.c
keyboard.h
Makefile
monreader.c
monwriter.c
raw3270.c s390/3270: Add missing MODULE_DESCRIPTION() macros 2024-06-28 14:52:31 +02:00
raw3270.h
sclp_ap.c
sclp_cmd.c s390/sclp: Define commands for storage (un)assignment 2024-06-18 17:01:33 +02:00
sclp_con.c
sclp_config.c s390/sclp: Constify 'struct bin_attribute' 2025-01-07 10:05:36 +01:00
sclp_cpi_sys.c s390/sclp_cpi: Switch over to sysfs_emit() 2024-10-25 16:03:26 +02:00
sclp_cpi_sys.h
sclp_ctl.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
sclp_diag.h
sclp_early_core.c s390/drivers: Replace S390_lowcore by get_lowcore() 2024-06-18 17:01:33 +02:00
sclp_early.c s390/diag: Add memory topology information via diag310 2025-01-15 13:59:08 +01:00
sclp_ftp.c
sclp_ftp.h
sclp_ocf.c s390/sclp_ocf: Switch over to sysfs_emit() 2024-10-25 16:03:26 +02:00
sclp_pci.c s390/pci: Report PCI error recovery results via SCLP 2024-12-16 16:14:26 +01:00
sclp_quiesce.c
sclp_rw.c
sclp_rw.h
sclp_sd.c s390/sclp: Constify 'struct bin_attribute' 2025-01-07 10:05:36 +01:00
sclp_sdias.c
sclp_sdias.h
sclp_tty.c
sclp_tty.h
sclp_vt220.c s390/sclp_vt220: Convert newlines to CRLF instead of LFCR 2024-10-16 11:32:32 +02:00
sclp.c s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init() 2025-01-28 17:38:46 +01:00
sclp.h Merge branch 'pci-device-recovery' into features 2024-12-18 16:06:24 +01:00
tape_34xx.c
tape_3590.c
tape_3590.h
tape_char.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
tape_class.c
tape_class.h
tape_core.c s390/tape: Switch over to sysfs_emit() 2024-10-25 16:03:25 +02:00
tape_proc.c
tape_std.c
tape_std.h
tape.h
uvdevice.c s390/uvdevice: Fix and slightly improve kernel-doc comment 2024-11-07 10:37:00 +01:00
vmcp.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00
vmlogrdr.c s390/vmlogrdr: Use array instead of string initializer 2025-01-29 13:44:21 +01:00
vmur.c s390/vmur: Switch over to sysfs_emit() 2024-10-25 16:03:26 +02:00
vmur.h
zcore.c [tree-wide] finally take no_llseek out 2024-09-27 08:18:43 -07:00