summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/rxtx.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-07-22 22:49:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-07-22 16:19:35 -0700
commitd0335a036365173dae5198c6909caf35e178a9a2 (patch)
tree393b2de9e45abd27e6118a39640390da9ed7318b /drivers/staging/vt6656/rxtx.h
parentf0ff3fde52bb70c3130c34e530d5462a240ae52c (diff)
downloadop-kernel-dev-d0335a036365173dae5198c6909caf35e178a9a2.zip
op-kernel-dev-d0335a036365173dae5198c6909caf35e178a9a2.tar.gz
staging: vt6656: struct vnt_tx_buffer replace byPKTNO with pkt_no
Replacing 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 62a9ed3..dee2bdf 100644
--- a/drivers/staging/vt6656/rxtx.h
+++ b/drivers/staging/vt6656/rxtx.h
@@ -230,7 +230,7 @@ struct vnt_tx_fifo_head {
struct vnt_tx_buffer {
u8 byType;
- u8 byPKTNO;
+ u8 pkt_no;
__le16 tx_byte_count;
struct vnt_tx_fifo_head fifo_head;
union vnt_tx_head tx_head;
OpenPOWER on IntegriCloud