aboutsummaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/gpio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/rockchip/rk3288/gpio.c')
-rw-r--r--src/soc/rockchip/rk3288/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/rockchip/rk3288/gpio.c b/src/soc/rockchip/rk3288/gpio.c
index 41056f8937..662116ecb5 100644
--- a/src/soc/rockchip/rk3288/gpio.c
+++ b/src/soc/rockchip/rk3288/gpio.c
@@ -47,7 +47,7 @@ void *gpio_grf_reg(gpio_t gpio)
{
if (is_pmu_gpio(gpio))
return &rk3288_pmu->gpio0pull[gpio.bank];
- /* There is one pmu gpio, gpio0 , so " - 1" */
+ /* There is one pmu gpio, gpio0, so " - 1" */
return &rk3288_grf->gpio1_p[(gpio.port - 1)][gpio.bank];
}