]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit475f2ecd03b6fb0d02444ead1829308070e5f3f3
tree56589244bee53f02098d39d29c976f2eb0ddede8
parent935d29b4144fb1adb027e93aeef977da0dbddac4
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