]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: iio: tsl2583: unify function and variable prefix to tsl2583_
authorBrian Masney <masneyb@onstation.org>
Sat, 12 Nov 2016 18:19:23 +0000 (13:19 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 13 Nov 2016 13:07:22 +0000 (13:07 +0000)
commit686c592284d3ba3ed4e63921e60da0d62c754c85
tree587d461775de45bf81406f15d4e4d7f0a173806a
parent24ad430ecda40421851b03968efb5d9dde22d799
staging: iio: tsl2583: unify function and variable prefix to tsl2583_

Some functions and variables were prefixed with either taos, tsl258x,
taos2583, or tsl2583. Change everything to use the tsl2583 prefix since
that is the name of the .c file. The taos_settings member inside the
taos_settings struct was renamed to als_settings.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2583.c