OSDN Git Service

Merge remote-tracking branch 'spi/for-5.7' into spi-linus
[tomoyo/tomoyo-test1.git] / lib / bch.c
index 5db6d3a..052d3fb 100644 (file)
--- a/lib/bch.c
+++ b/lib/bch.c
  */
 struct gf_poly {
        unsigned int deg;    /* polynomial degree */
-       unsigned int c[0];   /* polynomial terms */
+       unsigned int c[];   /* polynomial terms */
 };
 
 /* given its degree, compute a polynomial size in bytes */