Re: [PATCH] iio: gyro: adis16060: Change the function's name

2017-03-31 Thread Greg Kroah-Hartman
On Fri, Mar 31, 2017 at 12:32:26AM +0530, simran singhal wrote: > Change the name of function from adis16060_spi_write_than_read() > to adis16060_spi_write_then_read(). change "than" to "then" as > its time depended. > --- > drivers/staging/iio/gyro/adis16060_core.c | 4 ++-- > 1 file changed, 2

Re: [PATCH] iio: gyro: adis16060: Change the function's name

2017-03-31 Thread Greg Kroah-Hartman
On Fri, Mar 31, 2017 at 12:32:26AM +0530, simran singhal wrote: > Change the name of function from adis16060_spi_write_than_read() > to adis16060_spi_write_then_read(). change "than" to "then" as > its time depended. > --- > drivers/staging/iio/gyro/adis16060_core.c | 4 ++-- > 1 file changed, 2

[PATCH] iio: gyro: adis16060: Change the function's name

2017-03-30 Thread simran singhal
Change the name of function from adis16060_spi_write_than_read() to adis16060_spi_write_then_read(). change "than" to "then" as its time depended. --- drivers/staging/iio/gyro/adis16060_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[PATCH] iio: gyro: adis16060: Change the function's name

2017-03-30 Thread simran singhal
Change the name of function from adis16060_spi_write_than_read() to adis16060_spi_write_then_read(). change "than" to "then" as its time depended. --- drivers/staging/iio/gyro/adis16060_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git