summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl8712_recv.h
diff options
context:
space:
mode:
authorShaily Sangwan2016-09-12 23:24:14 +0200
committerGreg Kroah-Hartman2016-09-13 14:51:53 +0200
commit4a2a867f5bada15b3f81168089258a28eb02dc04 (patch)
tree5e7e8c47342cab7e66d7b760b3586f67a29cf670 /drivers/staging/rtl8712/rtl8712_recv.h
parentstaging: rtl8712: fix coding style error reported from checkpatch (diff)
downloadkernel-qcow2-linux-4a2a867f5bada15b3f81168089258a28eb02dc04.tar.gz
kernel-qcow2-linux-4a2a867f5bada15b3f81168089258a28eb02dc04.tar.xz
kernel-qcow2-linux-4a2a867f5bada15b3f81168089258a28eb02dc04.zip
staging: rtl8712: fix block comments
This patch fixes the following checkpatch.pl warning: Block comments use * on subsequent lines Signed-off-by: Shaily Sangwan <shaily15297@yahoo.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/rtl8712_recv.h')
-rw-r--r--drivers/staging/rtl8712/rtl8712_recv.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/staging/rtl8712/rtl8712_recv.h b/drivers/staging/rtl8712/rtl8712_recv.h
index 96ca3e274073..0b0c2730aac5 100644
--- a/drivers/staging/rtl8712/rtl8712_recv.h
+++ b/drivers/staging/rtl8712/rtl8712_recv.h
@@ -116,13 +116,13 @@ struct recv_buf {
};
/*
- head ----->
- data ----->
- payload
- tail ----->
- end ----->
- len = (unsigned int )(tail - data);
-*/
+ * head ----->
+ * data ----->
+ * payload
+ * tail ----->
+ * end ----->
+ * len = (unsigned int )(tail - data);
+ */
struct recv_frame_hdr {
struct list_head list;
_pkt *pkt;