Merge tag 'tty-5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
[linux-2.6-microblaze.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 */