summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/mac.h
diff options
context:
space:
mode:
authorSebastian Fuentes <sefu1789@gmail.com>2020-09-11 22:23:57 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-09-13 09:20:38 +0200
commit9a9c1827e720fe25ee9cfbca6e10b7f78fcd39f7 (patch)
treef50177ca7f6224b075f8f2c2c37e86494123e177 /drivers/staging/vt6655/mac.h
parentefd5a33258d9d7e86727839906045fb4dafe6782 (diff)
staging: vt6655: Add spaces around arithmetic operators
This addresses the checkpatch.pl warning "spaces preferred around that '+/-/*'" Signed-off-by: Sebastian Fuentes <sefu1789@gmail.com> Link: https://lore.kernel.org/r/20200912052357.GA4707@ubuntu Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/mac.h')
-rw-r--r--drivers/staging/vt6655/mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/mac.h b/drivers/staging/vt6655/mac.h
index c7888c4e96f2..6e2bd16ef384 100644
--- a/drivers/staging/vt6655/mac.h
+++ b/drivers/staging/vt6655/mac.h
@@ -621,7 +621,7 @@ do { \
/* set the chip with current BCN length */
#define MACvSetCurrBCNLength(iobase, wCurrBCNLength) \
- VNSvOutPortW(iobase + MAC_REG_BCNDMACTL+2, \
+ VNSvOutPortW(iobase + MAC_REG_BCNDMACTL + 2, \
wCurrBCNLength)
#define MACvReadBSSIDAddress(iobase, pbyEtherAddr) \