staging:iio:adc:lpc32xx rename local state structure to _state
authorJonathan Cameron <jic23@kernel.org>
Sun, 5 Feb 2017 13:06:59 +0000 (13:06 +0000)
committerJonathan Cameron <jic23@kernel.org>
Sat, 11 Feb 2017 11:19:21 +0000 (11:19 +0000)
commit7901b2a1453e48c9defff2c97c67d3089bf4df7a
treef45eeb227826dbebee6155898a95a6078eb40529
parent5023574adc735a7c85fc4b1150fe82f8d3e0e076
staging:iio:adc:lpc32xx rename local state structure to _state

Previously it was called _info with instances as info.  This caused some
confusion against the info structure that are used in the core of IIO.

Since this driver was written it's become a fairly strong convention to
use _state and st for instances so change to that.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/adc/lpc32xx_adc.c