Merge tag 'io_uring-5.15-2021-09-11' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / s390 / char / sclp.c
index b4b84e3..2cf7fe1 100644 (file)
@@ -28,7 +28,7 @@
 #define SCLP_HEADER            "sclp: "
 
 struct sclp_trace_entry {
-       char id[4];
+       char id[4] __nonstring;
        u32 a;
        u64 b;
 };