fix typos in the diag driver
authorFelix Fietkau <nbd@openwrt.org>
Wed, 1 Nov 2006 01:09:22 +0000 (01:09 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 1 Nov 2006 01:09:22 +0000 (01:09 +0000)
SVN-Revision: 5370

openwrt/target/linux/package/diag/src/diag.c

index eeaa35aa14b8c4deb5fca1fa13d45572057738f6..0f1f44baf2c183d4a7890d4faf5cdd3689ab241a 100644 (file)
@@ -391,9 +391,10 @@ static struct platform_t __init platforms[] = {
                        { .name = "modem_green",.gpio = 1 << 6, .polarity = REVERSE },
                        { .name = "modem_red",  .gpio = 1 << 7, .polarity = REVERSE },
                },
+       },
        /* Belkin */
        [BELKIN_UNKNOWN] = {
-               .name           = "Belkin (unknown)"
+               .name           = "Belkin (unknown)",
                /* FIXME: verify & add detection */
                .buttons        = {
                        { .name = "reset",      .gpio = 1 << 7 },