OSDN Git Service

staging: ks7010: avoid CamelCase: local variables in ks_hostif.c
authorJanusz Lisiecki <janusz.lisiecki@gmail.com>
Mon, 15 May 2017 18:55:46 +0000 (20:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 May 2017 11:53:23 +0000 (13:53 +0200)
commit95dddaa9d1a723367409844d4e6423bcda09d582
tree56589244bee53f02098d39d29c976f2eb0ddede8
parentf14868defb9bf4e727a5afb891ed39777051b2b7
staging: ks7010: avoid CamelCase: local variables in ks_hostif.c

Replace CamelCase local variables' name with underscores to comply
with the standard kernel coding style.
Changed:
- LinkSpeed
- TransmittedFrameCount
- ReceivedFragmentCount
- FailedCount
- FCSErrorCount

Signed-off-by: Janusz Lisiecki <janusz.lisiecki@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c