summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-07-22 22:49:47 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-22 16:19:35 -0700
commit1e00b449fa522820b4708f45a9027117b47e43b3 (patch)
tree37608fc7b46c4d9b902887f14857c2c6e8c27243 /drivers/staging/vt6656/rxtx.h
parentc8a3a4c0a214a586f337b02ee5765f51071a213e (diff)
staging: vt6656: struct vnt_beacon_buffer replace byType with type
Removing camel case Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/rxtx.h')
-rw-r--r--drivers/staging/vt6656/rxtx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h
index 808058f29686..d5769c18b692 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -245,7 +245,7 @@ struct vnt_tx_short_buf_head {
} __packed;
struct vnt_beacon_buffer {
- u8 byType;
+ u8 type;
u8 pkt_no;
__le16 tx_byte_count;
struct vnt_tx_short_buf_head short_head;