[PATCH 08/30] iio: resolver: ad2s1200: Change ordering of compiler attribute macro

Jonathan Cameron jic23 at kernel.org
Sat Jul 18 11:41:06 EDT 2020


On Fri, 17 Jul 2020 17:55:16 +0100
Lee Jones <lee.jones at linaro.org> wrote:

> Kerneldoc gets confused if the variable does not follow the
> type/attribute definitions.
> 
> Fixes the following W=1 kernel build warning(s):
> 
>  drivers/iio/resolver/ad2s1200.c:44: warning: Function parameter or member '____cacheline_aligned' not described in 'ad2s1200_state'
> 
> Cc: Michael Hennerich <Michael.Hennerich at analog.com>
> Cc: David Veenstra <davidjulianveenstra at gmail.com>
> Cc: Graff Yang <graff.yang at gmail.com>
> Signed-off-by: Lee Jones <lee.jones at linaro.org>
Holding this for now whilst we discuss whether to just fix it in
the kernel-doc script.

J
> ---
>  drivers/iio/resolver/ad2s1200.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/iio/resolver/ad2s1200.c b/drivers/iio/resolver/ad2s1200.c
> index a391f46ee06b7..29cfd57eff9e7 100644
> --- a/drivers/iio/resolver/ad2s1200.c
> +++ b/drivers/iio/resolver/ad2s1200.c
> @@ -40,7 +40,7 @@ struct ad2s1200_state {
>  	struct spi_device *sdev;
>  	struct gpio_desc *sample;
>  	struct gpio_desc *rdvel;
> -	__be16 rx ____cacheline_aligned;
> +	__be16 ____cacheline_aligned rx;
>  };
>  
>  static int ad2s1200_read_raw(struct iio_dev *indio_dev,




More information about the linux-arm-kernel mailing list