Browse Source

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: Aybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Aybuke Ozdemir 11 years ago
parent
commit
9ab3726b7e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      drivers/staging/rtl8712/osdep_service.h

+ 2 - 1
drivers/staging/rtl8712/osdep_service.h

@@ -147,7 +147,8 @@ static inline u32 _queue_empty(struct  __queue *pqueue)
 	return is_list_empty(&(pqueue->queue));
 	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)
 	if (head == plist)
 		return true;
 		return true;