rtl8188eu: Fix some checkpatch warnings

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-08-30 13:19:58 -05:00
parent 0b659bd591
commit 242c9f54cc
32 changed files with 501 additions and 506 deletions

View file

@ -152,7 +152,7 @@ __inline static struct list_head *get_next(struct list_head *list)
__inline static struct list_head *get_list_head(struct __queue *queue)
{
return (&(queue->queue));
return (&queue->queue);
}