From: Felix Fietkau Date: Wed, 1 Nov 2006 01:09:22 +0000 (+0000) Subject: fix typos in the diag driver X-Git-Tag: whiterussian_rc6~39 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=e72b121a2bf9f3c03ee6186b685d9599f7a820fb;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix typos in the diag driver SVN-Revision: 5370 --- diff --git a/openwrt/target/linux/package/diag/src/diag.c b/openwrt/target/linux/package/diag/src/diag.c index eeaa35aa14..0f1f44baf2 100644 --- a/openwrt/target/linux/package/diag/src/diag.c +++ b/openwrt/target/linux/package/diag/src/diag.c @@ -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 },