Re: [PATCH] iio: sca3000: Fix a typo

2019-07-21 Thread Enrico Weigelt, metux IT consult
On 21.07.19 12:53, Christophe JAILLET wrote: All #define are about SCA3000_... except the last one. Make it consistent. s/SAC3000/SCA3000/ This #define is apparently unused up to now. Signed-off-by: Christophe JAILLET --- drivers/iio/accel/sca3000.c | 2 +- 1 file changed, 1 insertion(+),

Re: [PATCH] iio: sca3000: Fix a typo

2019-07-21 Thread Jonathan Cameron
On Sun, 21 Jul 2019 12:53:53 +0200 Christophe JAILLET wrote: > All #define are about SCA3000_... except the last one. > Make it consistent. > > s/SAC3000/SCA3000/ > > This #define is apparently unused up to now. > > Signed-off-by: Christophe JAILLET Applied to the togreg branch of iio.git and

[PATCH] iio: sca3000: Fix a typo

2019-07-21 Thread Christophe JAILLET
All #define are about SCA3000_... except the last one. Make it consistent. s/SAC3000/SCA3000/ This #define is apparently unused up to now. Signed-off-by: Christophe JAILLET --- drivers/iio/accel/sca3000.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iio/accel/sca