Commit e0bcce6b authored by Moritz König's avatar Moritz König Committed by Greg Kroah-Hartman

STAGING: COMEDI: Added spaces around binary operators in plx9080.h

This patch adds spaces around binary operators in plx9080.h.
Signed-off-by: default avatarMoritz König <moritz.koenig@fau.de>
Signed-off-by: default avatarFabian Lang <fabian.lang@fau.de>
Reviewed-by: default avatarIan Abbott <abbotti@mev.co.uk>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e554840c
......@@ -412,7 +412,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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment