Commit 282956c6 authored by Matthias Wirth's avatar Matthias Wirth Committed by Greg Kroah-Hartman

rtl8188eu: fix coding style

Signed-off-by: default avatarMatthias Wirth <matthias.wirth@gmail.com>
Signed-off-by: default avatarLukas Senger <lukas@fridolin.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f8d8f6f2
...@@ -71,7 +71,7 @@ static inline struct list_head *get_next(struct list_head *list) ...@@ -71,7 +71,7 @@ static inline struct list_head *get_next(struct list_head *list)
static inline struct list_head *get_list_head(struct __queue *queue) static inline struct list_head *get_list_head(struct __queue *queue)
{ {
return (&(queue->queue)); return &(queue->queue);
} }
...@@ -343,7 +343,7 @@ static inline unsigned char _cancel_timer_ex(struct timer_list *ptimer) ...@@ -343,7 +343,7 @@ static inline unsigned char _cancel_timer_ex(struct timer_list *ptimer)
return del_timer_sync(ptimer); return del_timer_sync(ptimer);
} }
static __inline void thread_enter(char *name) static inline void thread_enter(char *name)
{ {
#ifdef daemonize #ifdef daemonize
daemonize("%s", name); daemonize("%s", name);
......
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