From: hdegoede@redhat.com (Hans de Goede)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ata: ahci_sunxi: fix code formatting
Date: Mon, 17 Mar 2014 14:23:18 +0100 [thread overview]
Message-ID: <5326F746.1080507@redhat.com> (raw)
In-Reply-To: <10509185.3UEOEZKTc5@amdc1032>
Hi,
On 03/17/2014 02:08 PM, Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Thanks for doing these clean-ups.
Acked-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
> ---
> drivers/ata/ahci_sunxi.c | 44 ++++++++++++++++++++++----------------------
> 1 file changed, 22 insertions(+), 22 deletions(-)
>
> Index: b/drivers/ata/ahci_sunxi.c
> ===================================================================
> --- a/drivers/ata/ahci_sunxi.c 2014-03-17 13:59:06.220474478 +0100
> +++ b/drivers/ata/ahci_sunxi.c 2014-03-17 14:00:48.720472730 +0100
> @@ -27,28 +27,28 @@
> #include <linux/regulator/consumer.h>
> #include "ahci.h"
>
> -#define AHCI_BISTAFR 0x00a0
> -#define AHCI_BISTCR 0x00a4
> -#define AHCI_BISTFCTR 0x00a8
> -#define AHCI_BISTSR 0x00ac
> -#define AHCI_BISTDECR 0x00b0
> -#define AHCI_DIAGNR0 0x00b4
> -#define AHCI_DIAGNR1 0x00b8
> -#define AHCI_OOBR 0x00bc
> -#define AHCI_PHYCS0R 0x00c0
> -#define AHCI_PHYCS1R 0x00c4
> -#define AHCI_PHYCS2R 0x00c8
> -#define AHCI_TIMER1MS 0x00e0
> -#define AHCI_GPARAM1R 0x00e8
> -#define AHCI_GPARAM2R 0x00ec
> -#define AHCI_PPARAMR 0x00f0
> -#define AHCI_TESTR 0x00f4
> -#define AHCI_VERSIONR 0x00f8
> -#define AHCI_IDR 0x00fc
> -#define AHCI_RWCR 0x00fc
> -#define AHCI_P0DMACR 0x0170
> -#define AHCI_P0PHYCR 0x0178
> -#define AHCI_P0PHYSR 0x017c
> +#define AHCI_BISTAFR 0x00a0
> +#define AHCI_BISTCR 0x00a4
> +#define AHCI_BISTFCTR 0x00a8
> +#define AHCI_BISTSR 0x00ac
> +#define AHCI_BISTDECR 0x00b0
> +#define AHCI_DIAGNR0 0x00b4
> +#define AHCI_DIAGNR1 0x00b8
> +#define AHCI_OOBR 0x00bc
> +#define AHCI_PHYCS0R 0x00c0
> +#define AHCI_PHYCS1R 0x00c4
> +#define AHCI_PHYCS2R 0x00c8
> +#define AHCI_TIMER1MS 0x00e0
> +#define AHCI_GPARAM1R 0x00e8
> +#define AHCI_GPARAM2R 0x00ec
> +#define AHCI_PPARAMR 0x00f0
> +#define AHCI_TESTR 0x00f4
> +#define AHCI_VERSIONR 0x00f8
> +#define AHCI_IDR 0x00fc
> +#define AHCI_RWCR 0x00fc
> +#define AHCI_P0DMACR 0x0170
> +#define AHCI_P0PHYCR 0x0178
> +#define AHCI_P0PHYSR 0x017c
>
> static void sunxi_clrbits(void __iomem *reg, u32 clr_val)
> {
>
next prev parent reply other threads:[~2014-03-17 13:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-17 13:08 [PATCH] ata: ahci_sunxi: fix code formatting Bartlomiej Zolnierkiewicz
2014-03-17 13:23 ` Hans de Goede [this message]
2014-03-17 14:48 ` Tejun Heo
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=5326F746.1080507@redhat.com \
--to=hdegoede@redhat.com \
--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).