hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
kernel/include/linux/rslib.h
....@@ -54,7 +54,7 @@
5454 */
5555 struct rs_control {
5656 struct rs_codec *codec;
57
- uint16_t buffers[0];
57
+ uint16_t buffers[];
5858 };
5959
6060 /* General purpose RS codec, 8-bit data width, symbol width 1-15 bit */