Skip to content

Commit 1439b6e

Browse files
larsclausenjic23
authored andcommitted
staging:iio:adxrs450: Reflow overlong lines
Reflow two lines to meet the 80 characters per line limit. Fixes the following checkpatch warnings: WARNING: line over 80 characters torvalds#29: FILE: staging/iio/gyro/adxrs450_core.c:29: + * @reg_address: the address of the lower of the two registers,which should be an even address, WARNING: line over 80 characters torvalds#81: FILE: staging/iio/gyro/adxrs450_core.c:81: + * @reg_address: the address of the lower of the two registers,which should be an even address, Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
1 parent ceac0cf commit 1439b6e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/staging/iio/gyro/adxrs450_core.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/**
2727
* adxrs450_spi_read_reg_16() - read 2 bytes from a register pair
2828
* @dev: device associated with child of actual iio_dev
29-
* @reg_address: the address of the lower of the two registers,which should be an even address,
30-
* Second register's address is reg_address + 1.
29+
* @reg_address: the address of the lower of the two registers, which should be
30+
* an even address, the second register's address is reg_address + 1.
3131
* @val: somewhere to pass back the value read
3232
**/
3333
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,
7878
/**
7979
* adxrs450_spi_write_reg_16() - write 2 bytes data to a register pair
8080
* @dev: device associated with child of actual actual iio_dev
81-
* @reg_address: the address of the lower of the two registers,which should be an even address,
82-
* Second register's address is reg_address + 1.
81+
* @reg_address: the address of the lower of the two registers,which should be
82+
* an even address, the second register's address is reg_address + 1.
8383
* @val: value to be written.
8484
**/
8585
static int adxrs450_spi_write_reg_16(struct iio_dev *indio_dev,

0 commit comments

Comments
 (0)