Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: iio: ade7758: Fix open parentheses alignment issues.

Fix open parentheses alignment issues.

Signed-off-by: Sandhya Bankar <bankarsandhya512@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sandhya Bankar and committed by
Greg Kroah-Hartman
04e1f7b9 93636775

+3 -7
+3 -7
drivers/staging/iio/meter/ade7758.h
··· 139 139 int ade7758_probe_trigger(struct iio_dev *indio_dev); 140 140 141 141 ssize_t ade7758_read_data_from_ring(struct device *dev, 142 - struct device_attribute *attr, 143 - char *buf); 144 - 142 + struct device_attribute *attr, char *buf); 145 143 146 144 int ade7758_configure_ring(struct iio_dev *indio_dev); 147 145 void ade7758_unconfigure_ring(struct iio_dev *indio_dev); 148 146 149 147 int ade7758_set_irq(struct device *dev, bool enable); 150 148 151 - int ade7758_spi_write_reg_8(struct device *dev, 152 - u8 reg_address, u8 val); 153 - int ade7758_spi_read_reg_8(struct device *dev, 154 - u8 reg_address, u8 *val); 149 + int ade7758_spi_write_reg_8(struct device *dev, u8 reg_address, u8 val); 150 + int ade7758_spi_read_reg_8(struct device *dev, u8 reg_address, u8 *val); 155 151 156 152 #else /* CONFIG_IIO_BUFFER */ 157 153