aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/include/osdep_service_linux.h
diff options
context:
space:
mode:
authorLukasz Szczesny <luk@wybcz.pl>2020-02-13 00:08:34 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-02-14 08:18:23 -0800
commitc77761d660a64d50f5620de43173d94f71d3d2d0 (patch)
treee44884248ec096a0baee704f4a4ad5b44212b8f0 /drivers/staging/rtl8723bs/include/osdep_service_linux.h
parentstaging: vc04_services: Fix wrong early return in next_service_by_instance() (diff)
downloadlinux-dev-c77761d660a64d50f5620de43173d94f71d3d2d0.tar.xz
linux-dev-c77761d660a64d50f5620de43173d94f71d3d2d0.zip
staging: rtl8723bs: Fix spacing issues
This patch fixes spacing issues reported by checkpatch. Signed-off-by: Lukasz Szczesny <luk@wybcz.pl> Link: https://lore.kernel.org/r/20200212230834.GA294323@localhost Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/include/osdep_service_linux.h')
-rw-r--r--drivers/staging/rtl8723bs/include/osdep_service_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/osdep_service_linux.h b/drivers/staging/rtl8723bs/include/osdep_service_linux.h
index a2d9de866c4b..1710fa3eeb71 100644
--- a/drivers/staging/rtl8723bs/include/osdep_service_linux.h
+++ b/drivers/staging/rtl8723bs/include/osdep_service_linux.h
@@ -80,7 +80,7 @@ static inline struct list_head *get_list_head(struct __queue *queue)
static inline void _set_timer(_timer *ptimer, u32 delay_time)
{
- mod_timer(ptimer , (jiffies+(delay_time*HZ/1000)));
+ mod_timer(ptimer, (jiffies + (delay_time * HZ / 1000)));
}
static inline void _cancel_timer(_timer *ptimer, u8 *bcancelled)