Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull PNP update from Rafael Wysocki:
"Replace a zero-length array with a flexible-array (Gustavo A. R.
Silva)"

* tag 'pnp-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
PNPBIOS: Replace zero-length array with flexible-array

+1 -1
+1 -1
drivers/pnp/pnpbios/pnpbios.h
··· 107 107 __u32 eisa_id; 108 108 __u8 type_code[3]; 109 109 __u16 flags; 110 - __u8 data[0]; 110 + __u8 data[]; 111 111 }; 112 112 #pragma pack() 113 113