]> git.baikalelectronics.ru Git - kernel.git/commit
staging: vt6656: BBvCalculateParameter remove camel case
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 19 May 2014 19:33:02 +0000 (20:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 May 2014 22:23:22 +0000 (15:23 -0700)
commitbf83551732baa3af5816b8faf95f5ea11b853e74
treee33b17f893b3beba564f76169654704f58a9c168
parent750e9a29f6fc39caa5c71d4def7c0620ed3198a1
staging: vt6656: BBvCalculateParameter remove camel case

Camel case changes
pDevice, cbFrameLength, wRate, byPacketType, cbBitCount, cbUsCount
cbTmp, bExtBit, byPreambleType

->

priv, frame_length, tx_rate, pkt_type, bit_count, count,
tmp,  ext_bit, preamble_type

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/baseband.c
drivers/staging/vt6656/baseband.h