summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-11-12 18:50:29 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-11-12 18:50:29 +0000
commit500fac17357c37f07b9e8535b44d355d442b3b55 (patch)
tree3455cbcd7a3fb0258bdfbc05f4ac83979e12334f /target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c
parent7fad1dae857560b400794ff2727a527ae3cfa750 (diff)
downloadmtk-20170518-500fac17357c37f07b9e8535b44d355d442b3b55.zip
mtk-20170518-500fac17357c37f07b9e8535b44d355d442b3b55.tar.gz
mtk-20170518-500fac17357c37f07b9e8535b44d355d442b3b55.tar.bz2
ar71xx: fix whitespaces nits
(build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23975
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c
index 4d5df02..b840384 100644
--- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c
+++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-mzk-w300nh.c
@@ -40,24 +40,24 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
.offset = 0,
.size = 0x040000,
.mask_flags = MTD_WRITEABLE,
- } , {
+ }, {
.name = "u-boot-env",
.offset = 0x040000,
.size = 0x010000,
- } , {
+ }, {
.name = "kernel",
.offset = 0x050000,
.size = 0x160000,
- } , {
+ }, {
.name = "rootfs",
.offset = 0x1b0000,
.size = 0x630000,
- } , {
+ }, {
.name = "art",
.offset = 0x7e0000,
.size = 0x020000,
.mask_flags = MTD_WRITEABLE,
- } , {
+ }, {
.name = "firmware",
.offset = 0x050000,
.size = 0x790000,
@@ -67,8 +67,8 @@ static struct mtd_partition mzk_w300nh_partitions[] = {
static struct flash_platform_data mzk_w300nh_flash_data = {
#ifdef CONFIG_MTD_PARTITIONS
- .parts = mzk_w300nh_partitions,
- .nr_parts = ARRAY_SIZE(mzk_w300nh_partitions),
+ .parts = mzk_w300nh_partitions,
+ .nr_parts = ARRAY_SIZE(mzk_w300nh_partitions),
#endif
};
@@ -146,11 +146,11 @@ static void __init mzk_w300nh_setup(void)
ar71xx_add_device_m25p80(&mzk_w300nh_flash_data);
ar71xx_add_device_leds_gpio(-1, ARRAY_SIZE(mzk_w300nh_leds_gpio),
- mzk_w300nh_leds_gpio);
+ mzk_w300nh_leds_gpio);
ar71xx_add_device_gpio_buttons(-1, MZK_W04NU_BUTTONS_POLL_INTERVAL,
- ARRAY_SIZE(mzk_w300nh_gpio_buttons),
- mzk_w300nh_gpio_buttons);
+ ARRAY_SIZE(mzk_w300nh_gpio_buttons),
+ mzk_w300nh_gpio_buttons);
ar913x_add_device_wmac(eeprom, NULL);
}