summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8712/osdep_service.h
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2011-04-02 05:01:49 +0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-21 01:13:31 +0400
commit0593758e4b71836d3a95714b626d273ee51173e0 (patch)
tree44bc83c1cf1d96e79737a14d95cc0c41d917c734 /drivers/staging/rtl8712/osdep_service.h
parent790c3093c05d844676c2b6becc093204a5df2175 (diff)
downloadlinux-0593758e4b71836d3a95714b626d273ee51173e0.tar.xz
staging: rtl8712: fixed coding style issues
Fixed some style and format issues with headers. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 36eeb5a1b5a5..3d3f73c5cd5b 100644
--- a/drivers/staging/rtl8712/osdep_service.h
+++ b/drivers/staging/rtl8712/osdep_service.h
@@ -145,7 +145,8 @@ static inline u32 is_list_empty(struct list_head *phead)
return false;
}
-static inline void list_insert_tail(struct list_head *plist, struct list_head *phead)
+static inline void list_insert_tail(struct list_head *plist,
+ struct list_head *phead)
{
list_add_tail(plist, phead);
}