[PATCH][RIO] -mm: Fix macro indenting

From: Matt Porter
Date: Mon Jun 06 2005 - 19:17:13 EST


Fix up indenting that Lindent fubared.

Signed-off-by: Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx

commit 87ff3372a005e4cf927b1b62c23e1c2339d46507
tree 16e1d9454a95a4a1e8b9e50dacd218f8e14dfe14
parent 6e9e41d480cf54c69d47df11f5cba696461ebe1a
author Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx> Mon, 06 Jun 2005 09:23:49 -0700
committer Matt Porter <mporter@xxxxxxxxxxxxxxxxxxx> Mon, 06 Jun 2005 09:23:49 -0700

drivers/rio/rio-access.c | 24 ++++++++++++------------
1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/drivers/rio/rio-access.c b/drivers/rio/rio-access.c
--- a/drivers/rio/rio-access.c
+++ b/drivers/rio/rio-access.c
@@ -77,13 +77,13 @@ int __rio_local_write_config_##size \
}

RIO_LOP_READ(8, u8, 1)
- RIO_LOP_READ(16, u16, 2)
- RIO_LOP_READ(32, u32, 4)
- RIO_LOP_WRITE(8, u8, 1)
- RIO_LOP_WRITE(16, u16, 2)
- RIO_LOP_WRITE(32, u32, 4)
+RIO_LOP_READ(16, u16, 2)
+RIO_LOP_READ(32, u32, 4)
+RIO_LOP_WRITE(8, u8, 1)
+RIO_LOP_WRITE(16, u16, 2)
+RIO_LOP_WRITE(32, u32, 4)

- EXPORT_SYMBOL(__rio_local_read_config_8);
+EXPORT_SYMBOL(__rio_local_read_config_8);
EXPORT_SYMBOL(__rio_local_read_config_16);
EXPORT_SYMBOL(__rio_local_read_config_32);
EXPORT_SYMBOL(__rio_local_write_config_8);
@@ -137,13 +137,13 @@ int rio_mport_write_config_##size \
}

RIO_OP_READ(8, u8, 1)
- RIO_OP_READ(16, u16, 2)
- RIO_OP_READ(32, u32, 4)
- RIO_OP_WRITE(8, u8, 1)
- RIO_OP_WRITE(16, u16, 2)
- RIO_OP_WRITE(32, u32, 4)
+RIO_OP_READ(16, u16, 2)
+RIO_OP_READ(32, u32, 4)
+RIO_OP_WRITE(8, u8, 1)
+RIO_OP_WRITE(16, u16, 2)
+RIO_OP_WRITE(32, u32, 4)

- EXPORT_SYMBOL(rio_mport_read_config_8);
+EXPORT_SYMBOL(rio_mport_read_config_8);
EXPORT_SYMBOL(rio_mport_read_config_16);
EXPORT_SYMBOL(rio_mport_read_config_32);
EXPORT_SYMBOL(rio_mport_write_config_8);


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/