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

staging: iio: ade7753: Remove trailing whitespaces

This patch removes trailing whitespaces in order to follow the Linux
coding style.

Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>

authored by

simran singhal and committed by
Jonathan Cameron
64822be4 d62bb1ad

+4 -4
+4 -4
drivers/staging/iio/meter/ade7753.c
··· 83 83 * @buf_lock: mutex to protect tx and rx 84 84 **/ 85 85 struct ade7753_state { 86 - struct spi_device *us; 87 - struct mutex buf_lock; 88 - u8 tx[ADE7753_MAX_TX] ____cacheline_aligned; 89 - u8 rx[ADE7753_MAX_RX]; 86 + struct spi_device *us; 87 + struct mutex buf_lock; 88 + u8 tx[ADE7753_MAX_TX] ____cacheline_aligned; 89 + u8 rx[ADE7753_MAX_RX]; 90 90 }; 91 91 92 92 static int ade7753_spi_write_reg_8(struct device *dev,