staging: pi433: fix CamelCase for currentValue
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Sat, 27 Jan 2018 09:42:14 +0000 (10:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 14:35:04 +0000 (15:35 +0100)
commite64dbd5cd0577396112c2703f52a822f7240b253
tree2eb96d6b2519abb09593a8732589b647653eebd5
parent0b897065834f25c6dfff19c149139572a8c7301c
staging: pi433: fix CamelCase for currentValue

Local variable storing the value for modulation register so replace
with modulation_reg.

Fixes checkpatch warnings:

  CHECK: Avoid CamelCase: <currentValue>

Signed-off-by: Valentin Vidic <Valentin.Vidic@CARNet.hr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/pi433/rf69.c