OSDN Git Service

staging: iio: tsl2x7x: rename tsl2x7x_settings variable to settings
authorBrian Masney <masneyb@onstation.org>
Sat, 30 Sep 2017 01:09:19 +0000 (21:09 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 9 Oct 2017 19:50:24 +0000 (20:50 +0100)
commitb476eef6e9bf169c9c38a0e32635628fb18138af
tree8587e22b691cafcd33371225d34c251e045527ab
parent3525d7cfb740243f0d9fab19288b2f89f715aba5
staging: iio: tsl2x7x: rename tsl2x7x_settings variable to settings

The length of the 'tsl2x7x_settings' variable within the tsl2X7X_chip
structure makes some of the line lengths greater than 80 characters for
upcoming patches. This patch shortens the name of the 'tsl2x7x_settings'
variable in this structure to just 'settings' to improve code
readability.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c