]> Git Repo - linux.git/blobdiff - lib/bch.c
KVM: X86: TSCDEADLINE MSR emulation fastpath
[linux.git] / lib / bch.c
index 5db6d3a4c8a6fd3b841490a734881d35ad949779..052d3fb753a0819ac5459072acbc706611c8da1d 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 */
This page took 0.035837 seconds and 4 git commands to generate.