]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vt6656: baseband.c clean up BBbVT3184Init
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 7 Dec 2013 11:40:28 +0000 (11:40 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2013 01:27:18 +0000 (17:27 -0800)
commit9b89b04935e73d0e590cc924fea9a2e00040b73a
tree6386f266ccc140fd11f249bb57e908890afa1815
parent9f8144c6ed8f04984ee372a060ad75d228d2b9f0
staging: vt6656: baseband.c clean up BBbVT3184Init

White space clean up and remove camel case from variables.

pDevice-> priv
ntStatus -> status
wLength ->length
pbyAddr -> addr
pbyAgc -> agc
wLengthAgc ->length_agc
abyArray -> array

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