linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: jic23@kernel.org (Jonathan Cameron)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/3] iio:adc:at91-sama5d2: fix identation
Date: Sat, 5 Mar 2016 15:03:30 +0000	[thread overview]
Message-ID: <56DAF542.6020803@kernel.org> (raw)
In-Reply-To: <1457021355-23898-3-git-send-email-ludovic.desroches@atmel.com>

On 03/03/16 16:09, Ludovic Desroches wrote:
> Remove some extra tabs.
> 
> Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
I find it hard to care about this sort of patch, but whatever.

Applied to the togreg branch of iio.git - pushed out as testing.. etc etc.

Jonathan
> ---
>  drivers/iio/adc/at91-sama5d2_adc.c | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)
> 
> diff --git a/drivers/iio/adc/at91-sama5d2_adc.c b/drivers/iio/adc/at91-sama5d2_adc.c
> index 33bacec..5bc038f 100644
> --- a/drivers/iio/adc/at91-sama5d2_adc.c
> +++ b/drivers/iio/adc/at91-sama5d2_adc.c
> @@ -92,13 +92,13 @@
>  /* Last Converted Data Register */
>  #define AT91_SAMA5D2_LCDR	0x20
>  /* Interrupt Enable Register */
> -#define AT91_SAMA5D2_IER		0x24
> +#define AT91_SAMA5D2_IER	0x24
>  /* Interrupt Disable Register */
> -#define AT91_SAMA5D2_IDR		0x28
> +#define AT91_SAMA5D2_IDR	0x28
>  /* Interrupt Mask Register */
> -#define AT91_SAMA5D2_IMR		0x2c
> +#define AT91_SAMA5D2_IMR	0x2c
>  /* Interrupt Status Register */
> -#define AT91_SAMA5D2_ISR		0x30
> +#define AT91_SAMA5D2_ISR	0x30
>  /* Last Channel Trigger Mode Register */
>  #define AT91_SAMA5D2_LCTMR	0x34
>  /* Last Channel Compare Window Register */
> @@ -106,17 +106,17 @@
>  /* Overrun Status Register */
>  #define AT91_SAMA5D2_OVER	0x3c
>  /* Extended Mode Register */
> -#define AT91_SAMA5D2_EMR		0x40
> +#define AT91_SAMA5D2_EMR	0x40
>  /* Compare Window Register */
> -#define AT91_SAMA5D2_CWR		0x44
> +#define AT91_SAMA5D2_CWR	0x44
>  /* Channel Gain Register */
> -#define AT91_SAMA5D2_CGR		0x48
> +#define AT91_SAMA5D2_CGR	0x48
>  /* Channel Offset Register */
> -#define AT91_SAMA5D2_COR		0x4c
> +#define AT91_SAMA5D2_COR	0x4c
>  /* Channel Data Register 0 */
>  #define AT91_SAMA5D2_CDR0	0x50
>  /* Analog Control Register */
> -#define AT91_SAMA5D2_ACR		0x94
> +#define AT91_SAMA5D2_ACR	0x94
>  /* Touchscreen Mode Register */
>  #define AT91_SAMA5D2_TSMR	0xb0
>  /* Touchscreen X Position Register */
> @@ -130,7 +130,7 @@
>  /* Correction Select Register */
>  #define AT91_SAMA5D2_COSR	0xd0
>  /* Correction Value Register */
> -#define AT91_SAMA5D2_CVR		0xd4
> +#define AT91_SAMA5D2_CVR	0xd4
>  /* Channel Error Correction Register */
>  #define AT91_SAMA5D2_CECR	0xd8
>  /* Write Protection Mode Register */
> 

  reply	other threads:[~2016-03-05 15:03 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-03 16:09 [PATCH 0/3] iio:adc:at91-sama5d2: add support for signed conversion Ludovic Desroches
2016-03-03 16:09 ` [PATCH 1/3] iio:adc:at91-sama5d2: fix typo Ludovic Desroches
2016-03-05 15:02   ` Jonathan Cameron
2016-03-03 16:09 ` [PATCH 2/3] iio:adc:at91-sama5d2: fix identation Ludovic Desroches
2016-03-05 15:03   ` Jonathan Cameron [this message]
2016-03-03 16:09 ` [PATCH 3/3] iio:adc:at91-sama5d2: add support for signed conversion Ludovic Desroches
2016-03-05 15:16   ` Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56DAF542.6020803@kernel.org \
    --to=jic23@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).