staging/rtl8712/osdep_service.h Fix line over 80 characters.
authorAybuke Ozdemir <aybuke.147@gmail.com>
Mon, 17 Mar 2014 23:39:25 +0000 (01:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Mar 2014 19:06:31 +0000 (12:06 -0700)
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>
drivers/staging/rtl8712/osdep_service.h

index 29946c4..566235a 100644 (file)
@@ -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;