Skip to content

Commit

Permalink
STAGING: COMEDI: Added spaces around binary operators in plx9080.h
Browse files Browse the repository at this point in the history
This patch adds spaces around binary operators in plx9080.h.

Signed-off-by: Moritz König <moritz.koenig@fau.de>
Signed-off-by: Fabian Lang <fabian.lang@fau.de>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Moritz König authored and Greg Kroah-Hartman committed Dec 22, 2015
1 parent e554840 commit e0bcce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/comedi/drivers/plx9080.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e0bcce6

Please sign in to comment.