On Wed, Apr 19, 2017 at 03:11:42PM +0100, Giovanni Cabiddu wrote:
>
> +}, {
> +     .alloc_ctx              = zlib_deflate_alloc_ctx,
> +     .free_ctx               = deflate_free_ctx,
> +     .compress               = deflate_scompress,
> +     .decompress             = deflate_sdecompress,
> +     .base                   = {
> +             .cra_name       = "zlib(deflate)",

Please avoid using parentheses as they are used for templates.
Perhaps zlib-deflate or deflate-rfc1950.

Cheers,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to