From d4c0e9851eadc70e57b92d275369ad1246201c19 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Thu, 31 Jan 2013 14:27:00 +0000 Subject: [PATCH] --- yaml --- r: 354395 b: refs/heads/master c: 1439b6e8d1a1b158c11ecf398dd9bf3fcceb4861 h: refs/heads/master i: 354393: 2712c9cf544617f44a053f74df6a1526142244e1 354391: b7601fc203e5967cddec5f8e9de439364d6a4404 v: v3 --- [refs] | 2 +- trunk/drivers/staging/iio/gyro/adxrs450_core.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index c152b02c6847..9887dead69cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ceac0cf209842e49c277ac301d4ce69b4db8239b +refs/heads/master: 1439b6e8d1a1b158c11ecf398dd9bf3fcceb4861 diff --git a/trunk/drivers/staging/iio/gyro/adxrs450_core.c b/trunk/drivers/staging/iio/gyro/adxrs450_core.c index 24b7a0f6f1fd..dd0b7447d098 100644 --- a/trunk/drivers/staging/iio/gyro/adxrs450_core.c +++ b/trunk/drivers/staging/iio/gyro/adxrs450_core.c @@ -26,8 +26,8 @@ /** * adxrs450_spi_read_reg_16() - read 2 bytes from a register pair * @dev: device associated with child of actual iio_dev - * @reg_address: the address of the lower of the two registers,which should be an even address, - * Second register's address is reg_address + 1. + * @reg_address: the address of the lower of the two registers, which should be + * an even address, the second register's address is reg_address + 1. * @val: somewhere to pass back the value read **/ static int adxrs450_spi_read_reg_16(struct iio_dev *indio_dev, @@ -78,8 +78,8 @@ static int adxrs450_spi_read_reg_16(struct iio_dev *indio_dev, /** * adxrs450_spi_write_reg_16() - write 2 bytes data to a register pair * @dev: device associated with child of actual actual iio_dev - * @reg_address: the address of the lower of the two registers,which should be an even address, - * Second register's address is reg_address + 1. + * @reg_address: the address of the lower of the two registers,which should be + * an even address, the second register's address is reg_address + 1. * @val: value to be written. **/ static int adxrs450_spi_write_reg_16(struct iio_dev *indio_dev,