[PATCH v2 8/8] staging: ks7010: avoid CamelCase: local variables in ks_hostif.c

2017-05-12 Thread Janusz Lisiecki
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 ---

[PATCH v2 8/8] staging: ks7010: avoid CamelCase: local variables in ks_hostif.c

2017-05-07 Thread Janusz Lisiecki
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 ---