summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl8712_recv.h
diff options
context:
space:
mode:
authorJavier M. Mellid2011-04-02 03:01:49 +0200
committerGreg Kroah-Hartman2011-04-20 23:13:31 +0200
commit0593758e4b71836d3a95714b626d273ee51173e0 (patch)
tree44bc83c1cf1d96e79737a14d95cc0c41d917c734 /drivers/staging/rtl8712/rtl8712_recv.h
parentstaging: brcm80211: ASSERT cleanup in phy (diff)
downloadkernel-qcow2-linux-0593758e4b71836d3a95714b626d273ee51173e0.tar.gz
kernel-qcow2-linux-0593758e4b71836d3a95714b626d273ee51173e0.tar.xz
kernel-qcow2-linux-0593758e4b71836d3a95714b626d273ee51173e0.zip
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/rtl8712_recv.h')
-rw-r--r--drivers/staging/rtl8712/rtl8712_recv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl8712_recv.h b/drivers/staging/rtl8712/rtl8712_recv.h
index 4ba52b9c1697..c48757f97da4 100644
--- a/drivers/staging/rtl8712/rtl8712_recv.h
+++ b/drivers/staging/rtl8712/rtl8712_recv.h
@@ -93,7 +93,7 @@ struct recv_buf {
end ----->
len = (unsigned int )(tail - data);
*/
-struct recv_frame_hdr{
+struct recv_frame_hdr {
struct list_head list;
_pkt *pkt;
_pkt *pkt_newalloc;