[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5671B06D.9010504@mev.co.uk>
Date: Wed, 16 Dec 2015 18:41:49 +0000
From: Ian Abbott <abbotti@....co.uk>
To: Moritz König <moritz.koenig@....de>,
H Hartley Sweeten <hsweeten@...ionengravers.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: Fabian Lang <fabian.lang@....de>, linux-kernel@...cs.fau.de
Subject: Re: [PATCH 2/3] STAGING: COMEDI: Added spaces around binary operators
in plx9080.h
On 12/12/15 17:09, Moritz König wrote:
> This patch adds spaces around binary operators in plx9080.h.
>
> Signed-off-by: Moritz König <moritz.koenig@....de>
> Signed-off-by: Fabian Lang <fabian.lang@....de>
> ---
> drivers/staging/comedi/drivers/plx9080.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/comedi/drivers/plx9080.h b/drivers/staging/comedi/drivers/plx9080.h
> index 40514f7..f0af013 100644
> --- a/drivers/staging/comedi/drivers/plx9080.h
> +++ b/drivers/staging/comedi/drivers/plx9080.h
> @@ -436,7 +436,7 @@ enum bigend_bits {
>
> /* system allocates this many bytes for address mapping mailbox space */
> #define MBX_ADDR_SPACE_360 0x80 /* wanXL100s/200/400 */
> -#define MBX_ADDR_MASK_360 (MBX_ADDR_SPACE_360-1)
> +#define MBX_ADDR_MASK_360 (MBX_ADDR_SPACE_360 - 1)
>
> static inline int plx9080_abort_dma(void __iomem *iobase, unsigned int channel)
> {
>
Thanks!
Reviewed-by: Ian Abbott <abbotti@....co.uk>
--
-=( Ian Abbott @ MEV Ltd. E-mail: <abbotti@....co.uk> )=-
-=( Web: http://www.mev.co.uk/ )=-
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists