Re: [PATCH 3/3] staging: most: core.c: move static static specifier into MOST_CHNL_ATTR

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jul 27, 2015 at 10:31:10AM +0900, Chaehyun Lim wrote:
> Move static specifier into MOST_CHNL_ATTR to fix checkpatch error.
> ERROR: Macros with complex values should be enclosed in parentheses
> 
> Signed-off-by: Chaehyun Lim <chaehyun.lim@xxxxxxxxx>
> ---
>  drivers/staging/most/mostcore/core.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/staging/most/mostcore/core.c b/drivers/staging/most/mostcore/core.c
> index 261cb62..2c998a2 100644
> --- a/drivers/staging/most/mostcore/core.c
> +++ b/drivers/staging/most/mostcore/core.c
> @@ -111,7 +111,7 @@ struct most_c_attr {
>  #define to_channel_attr(a) container_of(a, struct most_c_attr, attr)
>  
>  #define MOST_CHNL_ATTR(_name, _mode, _show, _store) \
> -		struct most_c_attr most_chnl_attr_##_name = \
> +		static struct most_c_attr most_chnl_attr_##_name = \
>  		__ATTR(_name, _mode, _show, _store)

Again, not a real issue.
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel



[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux