diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-22 00:34:18 +0800 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2022-07-05 11:11:36 +0200 |
commit | 34bb179738a6c39f3ed459da593946b8bdefb366 (patch) | |
tree | 927b8ee62ffa1d43c18e817cd5663f67c6d9d915 /arch/mips | |
parent | 9c9de8233c9ce156bb050501d5cb00a57eaba5e2 (diff) | |
download | linux-34bb179738a6c39f3ed459da593946b8bdefb366.tar.gz linux-34bb179738a6c39f3ed459da593946b8bdefb366.tar.bz2 linux-34bb179738a6c39f3ed459da593946b8bdefb366.zip |
MIPS: Alchemy: devboards: Remove duplicate 'the' in two places.
file: ./arch/mips/alchemy/devboards/pm.c
line: 20
* sources and configure the timeout after which the the TOYMATCH2 irq
changed to
* sources and configure the timeout after which the TOYMATCH2 irq
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/alchemy/devboards/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/alchemy/devboards/pm.c b/arch/mips/alchemy/devboards/pm.c index 73c77814687a..b17a0d199851 100644 --- a/arch/mips/alchemy/devboards/pm.c +++ b/arch/mips/alchemy/devboards/pm.c @@ -17,7 +17,7 @@ * Generic suspend userspace interface for Alchemy development boards. * This code exports a few sysfs nodes under /sys/power/db1x/ which * can be used by userspace to en/disable all au1x-provided wakeup - * sources and configure the timeout after which the the TOYMATCH2 irq + * sources and configure the timeout after which the TOYMATCH2 irq * is to trigger a wakeup. */ |