Removing camel case Signed-off-by: Malcolm Priestley <tvboxspy@xxxxxxxxx> --- drivers/staging/vt6656/rxtx.c | 2 +- drivers/staging/vt6656/rxtx.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/vt6656/rxtx.c b/drivers/staging/vt6656/rxtx.c index 8e33e40..5a7114d 100644 --- a/drivers/staging/vt6656/rxtx.c +++ b/drivers/staging/vt6656/rxtx.c @@ -950,7 +950,7 @@ int vnt_tx_packet(struct vnt_private *priv, struct sk_buff *skb) tx_buffer->tx_byte_count = cpu_to_le16(tx_bytes); tx_buffer->pkt_no = tx_context->pkt_no; - tx_buffer->byType = 0x00; + tx_buffer->type = 0x00; tx_bytes += 4; diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h index 5439ed0..808058f 100644 --- a/drivers/staging/vt6656/rxtx.h +++ b/drivers/staging/vt6656/rxtx.h @@ -229,7 +229,7 @@ struct vnt_tx_fifo_head { } __packed; struct vnt_tx_buffer { - u8 byType; + u8 type; u8 pkt_no; __le16 tx_byte_count; struct vnt_tx_fifo_head fifo_head; -- 2.0.1 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html