summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/osdep_service.h
diff options
context:
space:
mode:
authorAybuke Ozdemir <aybuke.147@gmail.com>2014-03-18 01:39:25 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-18 12:06:31 -0700
commit9ab3726b7e1f707d8011cac880f9cd6fada638b4 (patch)
treeca8dee7f017e7a9bb65a42db3cd67cddc787b22a /drivers/staging/rtl8712/osdep_service.h
parentaccd4d7d3752ea9c59e5134d20743c578b763765 (diff)
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>
Diffstat (limited to 'drivers/staging/rtl8712/osdep_service.h')
-rw-r--r--drivers/staging/rtl8712/osdep_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/osdep_service.h b/drivers/staging/rtl8712/osdep_service.h
index 29946c4a777a..566235a14a80 100644
--- a/drivers/staging/rtl8712/osdep_service.h
+++ b/drivers/staging/rtl8712/osdep_service.h
@@ -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;