summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/hal/mac_cfg.c
diff options
context:
space:
mode:
authorJia He <hejianet@gmail.com>2014-11-04 01:39:58 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-04 02:13:34 (GMT)
commit7be921a226dcbbbd8fb6f5d63bea4856b3a11624 (patch)
tree39d81c086e1c683370683d2c5e0df80e9a7f29b6 /drivers/staging/rtl8188eu/hal/mac_cfg.c
parentb5d8204d00fa3bcd1f3b4b060fb90675d00baee0 (diff)
downloadlinux-7be921a226dcbbbd8fb6f5d63bea4856b3a11624.tar.xz
staging: rtl8188eu: Fix coding style space related ERROR problems
This fixes space related ERROR reports by checkpatch.pl Generated by $ git ls-files "drivers/staging/rtl8188eu/*.[ch]" | \ xargs ./scripts/checkpatch.pl -f --fix-inplace --strict --types=SPACING Already checked by text comparasion $git diff -w and binary comparasion of r8188eu.ko $objdiff diff <old_commit> <new_commit> Signed-off-by: Jia He <hejianet@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/hal/mac_cfg.c')
-rw-r--r--drivers/staging/rtl8188eu/hal/mac_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/hal/mac_cfg.c b/drivers/staging/rtl8188eu/hal/mac_cfg.c
index c0e7fa9..febc83a 100644
--- a/drivers/staging/rtl8188eu/hal/mac_cfg.c
+++ b/drivers/staging/rtl8188eu/hal/mac_cfg.c
@@ -127,7 +127,7 @@ bool rtl88eu_phy_mac_config(struct adapter *adapt)
ptrarray = array_MAC_REG_8188E;
for (i = 0; i < arraylength; i = i + 2)
- usb_write8(adapt, ptrarray[i], (u8) ptrarray[i + 1]);
+ usb_write8(adapt, ptrarray[i], (u8)ptrarray[i + 1]);
usb_write8(adapt, REG_MAX_AGGR_NUM, MAX_AGGR_NUM);
return true;