Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1636367

Re: [V1] staging : media : fixed macro expansion error

From Dan Carpenter <dan.carpenter@oracle.com>
Newsgroups linux.kernel
Subject Re: [V1] staging : media : fixed macro expansion error
Date 2017-05-05 15:10 +0200
Message-ID <tDL9D-28E-3@gated-at.bofh.it> (permalink)
References <tDKZX-1Q5-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw



>  #define DEFINE_SYSFS_PROPERTY(prop, signal, size, mask, check)		\
> -property_write(prop, signal size, mask, check)				\
> -property_read(prop, size, mask)
> +(property_write(prop, signal size, mask, check)				\
> +property_read(prop, size, mask))

breaks the build.

regards,
dan carpenter

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[V1] staging : media : fixed macro expansion error Surender Polsani <surenderpolsani@gmail.com> - 2017-05-05 15:00 +0200
  Re: [V1] staging : media : fixed macro expansion error Dan Carpenter <dan.carpenter@oracle.com> - 2017-05-05 15:10 +0200

csiph-web