Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1605864
| From | simran singhal <singhalsimran0@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 1/2] staging: iio: ade7753: Remove trailing whitespaces |
| Date | 2017-03-21 19:10 +0100 |
| Message-ID | <tnwoh-6UG-3@gated-at.bofh.it> (permalink) |
| References | <tnwoh-6UG-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch removes trailing whitespaces in order to follow the Linux
coding style.
Signed-off-by: simran singhal <singhalsimran0@gmail.com>
---
drivers/staging/iio/meter/ade7753.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/iio/meter/ade7753.c b/drivers/staging/iio/meter/ade7753.c
index dfd8b71..b71fbd3 100644
--- a/drivers/staging/iio/meter/ade7753.c
+++ b/drivers/staging/iio/meter/ade7753.c
@@ -83,10 +83,10 @@
* @buf_lock: mutex to protect tx and rx
**/
struct ade7753_state {
- struct spi_device *us;
- struct mutex buf_lock;
- u8 tx[ADE7753_MAX_TX] ____cacheline_aligned;
- u8 rx[ADE7753_MAX_RX];
+ struct spi_device *us;
+ struct mutex buf_lock;
+ u8 tx[ADE7753_MAX_TX] ____cacheline_aligned;
+ u8 rx[ADE7753_MAX_RX];
};
static int ade7753_spi_write_reg_8(struct device *dev,
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 1/2] staging: iio: ade7753: Remove trailing whitespaces simran singhal <singhalsimran0@gmail.com> - 2017-03-21 19:10 +0100 Re: [PATCH v3 1/2] staging: iio: ade7753: Remove trailing whitespaces Jonathan Cameron <jic23@kernel.org> - 2017-03-22 21:30 +0100
csiph-web