Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9ab3726b authored by Aybuke Ozdemir's avatar Aybuke Ozdemir Committed by Greg Kroah-Hartman
Browse files

staging/rtl8712/osdep_service.h Fix line over 80 characters.



Fix checkpatch.pl issues with
line over 80 characters in osdep_service.h

Signed-off-by: default avatarAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent accd4d7d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -147,7 +147,8 @@ static inline u32 _queue_empty(struct __queue *pqueue)
	return is_list_empty(&(pqueue->queue));
}

static inline u32 end_of_queue_search(struct list_head *head, struct list_head *plist)
static inline u32 end_of_queue_search(struct list_head *head,
		struct list_head *plist)
{
	if (head == plist)
		return true;