staging: vt6656: BBuGetFrameTime remove camel case.
authorMalcolm Priestley <tvboxspy@gmail.com>
Mon, 19 May 2014 19:33:00 +0000 (20:33 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 19 May 2014 22:23:21 +0000 (15:23 -0700)
commit030ede1e0ed4b112f774e3bef82e93a188ac8969
treebc12518da18d4ae72d98593ef1cb8a63f6079d52
parent3b5a89ca3db0f8c816aa0590d3b2955df63d3d01
staging: vt6656: BBuGetFrameTime remove camel case.

Camel case changes.
byPreambleType, byPktType, cbFrameLength, uFrameTime, uPreamble, uTmp, uRate
->
preamble_type, pkt_type, frame_length, frame_time, preamble, tmp, rate

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
This page took 0.02538 seconds and 5 git commands to generate.