summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-09-02 15:31:03 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-09-02 15:31:03 +0000
commitb5e6d76dea5a4d1866d9e3da0007f21a09068f97 (patch)
tree2eff92803c3bb0953fa3f584ba39b09187a87e58 /target
parent09677bf748b8ca263f5e3a23ade16982da8541c4 (diff)
downloadmaster-31e0f0ae-b5e6d76dea5a4d1866d9e3da0007f21a09068f97.tar.gz
master-31e0f0ae-b5e6d76dea5a4d1866d9e3da0007f21a09068f97.tar.bz2
master-31e0f0ae-b5e6d76dea5a4d1866d9e3da0007f21a09068f97.zip
fix a typo
SVN-Revision: 17474
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/files/arch/mips/ralink/common/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/files/arch/mips/ralink/common/gpio.c b/target/linux/ramips/files/arch/mips/ralink/common/gpio.c
index af4cac7386..f882b925a5 100644
--- a/target/linux/ramips/files/arch/mips/ralink/common/gpio.c
+++ b/target/linux/ramips/files/arch/mips/ralink/common/gpio.c
@@ -204,7 +204,7 @@ static struct ramips_gpio_chip ramips_gpio_chip2 = {
static __init void ramips_gpio_chip_add(struct ramips_gpio_chip *rg)
{
- /* set priority to low for all lines */
+ /* set polarity to low for all lines */
ramips_gpio_wr(rg, RAMIPS_GPIO_REG_POL, 0);
gpiochip_add(&rg->chip);