Re: [PATCH 2/2] iio: accel: mma8452: Fix code style warning for unsigned int declarations

2017-09-24 Thread Jonathan Cameron
On Sat, 23 Sep 2017 16:56:30 -0400 Harinath Nampally wrote: > Replace 'unsigned' with 'unsigned int' > to improve code readability. > > Issue found by checkpatch. > > Signed-off-by: Harinath Nampally Applied to the togreg branch of iio.git and

Re: [PATCH 2/2] iio: accel: mma8452: Fix code style warning for unsigned int declarations

2017-09-24 Thread Jonathan Cameron
On Sat, 23 Sep 2017 16:56:30 -0400 Harinath Nampally wrote: > Replace 'unsigned' with 'unsigned int' > to improve code readability. > > Issue found by checkpatch. > > Signed-off-by: Harinath Nampally Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to

[PATCH 2/2] iio: accel: mma8452: Fix code style warning for unsigned int declarations

2017-09-23 Thread Harinath Nampally
Replace 'unsigned' with 'unsigned int' to improve code readability. Issue found by checkpatch. Signed-off-by: Harinath Nampally --- drivers/iio/accel/mma8452.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iio/accel/mma8452.c

[PATCH 2/2] iio: accel: mma8452: Fix code style warning for unsigned int declarations

2017-09-23 Thread Harinath Nampally
Replace 'unsigned' with 'unsigned int' to improve code readability. Issue found by checkpatch. Signed-off-by: Harinath Nampally --- drivers/iio/accel/mma8452.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c