commit | 6f80ff9ec8533991c854082cce1ea3e024da36a5 | [log] [tgz] |
---|---|---|
author | Brian Masney <masneyb@onstation.org> | Sat Mar 03 20:49:37 2018 -0500 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sat Mar 10 14:42:58 2018 +0000 |
tree | 62980bc676eeb0a1642b9b353a9c72827e6a2476 | |
parent | 07ab2f4fac0f6ef62d8201713068bfbc8cba7f1a [diff] |
staging: iio: tsl2x7x: correct 'Avoid CamelCase' warning from checkpatch The statP and calP variables triggered an 'Avoid CamelCase' warning from checkpatch.pl. This patch renames these variables to stat and cal to fix this warning. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>