summaryrefslogtreecommitdiff
path: root/chip/lm4/gpio.c
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-08-03 16:35:23 -0700
committerCommit Bot <commit-bot@chromium.org>2021-08-04 23:44:15 +0000
commitfc016f2dce16d0555deee69e00ea5a626eb27f21 (patch)
tree0486e9de135d69ff3d7aead9731fdb08dbeea1e5 /chip/lm4/gpio.c
parent7b9ce742e7177f7f034d42b6cb25f1d713871443 (diff)
downloadchrome-ec-fc016f2dce16d0555deee69e00ea5a626eb27f21.tar.gz
COIL: chip/lm4: Update terminology
BRANCH=none BUG=b:163885307 TEST=compare_build.sh matches Change-Id: Ifdf9d33f9315e11c0c31a62b08864790b2fcaa5a Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3069988 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'chip/lm4/gpio.c')
-rw-r--r--chip/lm4/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chip/lm4/gpio.c b/chip/lm4/gpio.c
index 65d6548f90..841bfdb214 100644
--- a/chip/lm4/gpio.c
+++ b/chip/lm4/gpio.c
@@ -328,7 +328,7 @@ static void gpio_interrupt(int port, uint32_t mis)
/**
* Handlers for each GPIO port. These read and clear the interrupt bits for
- * the port, then call the master handler above.
+ * the port, then call the main handler above.
*/
#define GPIO_IRQ_FUNC(irqfunc, gpiobase) \
void irqfunc(void) \