Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1606989
| From | Jonathan Cameron <jic23@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 1/2] staging: iio: ade7753: Remove trailing whitespaces |
| Date | 2017-03-22 21:30 +0100 |
| Message-ID | <tnV3k-89A-17@gated-at.bofh.it> (permalink) |
| References | <tnwoh-6UG-5@gated-at.bofh.it> <tnwoh-6UG-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 21/03/17 18:03, simran singhal wrote:
> This patch removes trailing whitespaces in order to follow the Linux
> coding style.
>
> Signed-off-by: simran singhal <singhalsimran0@gmail.com>
Applied and pushed out as testing...
Jonathan
> ---
> 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,
>
Back to linux.kernel | Previous | Next — Previous 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