]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: pi433: fix CamelCase for regValue
authorValentin Vidic <Valentin.Vidic@CARNet.hr>
Sat, 27 Jan 2018 09:42:16 +0000 (10:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 14:35:04 +0000 (15:35 +0100)
commite6dd870a0080787b472ab8895bef91486c70ebcf
tree1bbe3f299ad28aef34e186492ab04528fc3ea381
parentf53c5d92b596b6f0a7dd1a636d1018e51230b271
staging: pi433: fix CamelCase for regValue

Local variable storing the new value for dio register
so replace with dio_value.  Update regaddr to dio_addr
to match.

Fixes checkpatch warnings:

  CHECK: Avoid CamelCase: <regValue>

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