summaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-22 14:14:42 +0800
committerTzung-Bi Shih <tzungbi@kernel.org>2022-06-24 04:01:13 +0000
commit3de7203115af2f3a76ffdb0c90a89ad99f4c4e04 (patch)
tree83b447f63052ebb8c0a743eecdbfb3d3c0ea3900 /drivers/platform/chrome
parent74bb746407bf0d7c7d126c7731dbcd66d467619b (diff)
downloadlinux-3de7203115af2f3a76ffdb0c90a89ad99f4c4e04.tar.bz2
platform/chrome: wilco_ec: event: Fix typo in comment
Drop the redundant word 'the'. Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org> Link: https://lore.kernel.org/r/20220622061442.18242-1-jiangjian@cdjrlc.com
Diffstat (limited to 'drivers/platform/chrome')
-rw-r--r--drivers/platform/chrome/wilco_ec/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/chrome/wilco_ec/event.c b/drivers/platform/chrome/wilco_ec/event.c
index 814518509739..32e400590be5 100644
--- a/drivers/platform/chrome/wilco_ec/event.c
+++ b/drivers/platform/chrome/wilco_ec/event.c
@@ -343,7 +343,7 @@ static __poll_t event_poll(struct file *filp, poll_table *wait)
*
* Removes the first event from the queue, places it in the passed buffer.
*
- * If there are no events in the the queue, then one of two things happens,
+ * If there are no events in the queue, then one of two things happens,
* depending on if the file was opened in nonblocking mode: If in nonblocking
* mode, then return -EAGAIN to say there's no data. If in blocking mode, then
* block until an event is available.