diff mbox series

platform/chrome: wilco_ec: event: Fix typo in comment

Message ID 20220622061442.18242-1-jiangjian@cdjrlc.com (mailing list archive)
State Accepted
Commit 3de7203115af2f3a76ffdb0c90a89ad99f4c4e04
Headers show
Series platform/chrome: wilco_ec: event: Fix typo in comment | expand

Commit Message

Jiang Jian June 22, 2022, 6:14 a.m. UTC
Drop the redundant word 'the'.

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 drivers/platform/chrome/wilco_ec/event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

patchwork-bot+chrome-platform@kernel.org June 24, 2022, 4:10 a.m. UTC | #1
Hello:

This patch was applied to chrome-platform/linux.git (for-kernelci)
by Tzung-Bi Shih <tzungbi@kernel.org>:

On Wed, 22 Jun 2022 14:14:42 +0800 you wrote:
> Drop the redundant word 'the'.
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  drivers/platform/chrome/wilco_ec/event.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - platform/chrome: wilco_ec: event: Fix typo in comment
    https://git.kernel.org/chrome-platform/c/3de7203115af

You are awesome, thank you!
patchwork-bot+chrome-platform@kernel.org June 24, 2022, 4:10 a.m. UTC | #2
Hello:

This patch was applied to chrome-platform/linux.git (for-next)
by Tzung-Bi Shih <tzungbi@kernel.org>:

On Wed, 22 Jun 2022 14:14:42 +0800 you wrote:
> Drop the redundant word 'the'.
> 
> Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
> ---
>  drivers/platform/chrome/wilco_ec/event.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - platform/chrome: wilco_ec: event: Fix typo in comment
    https://git.kernel.org/chrome-platform/c/3de7203115af

You are awesome, thank you!
diff mbox series

Patch

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.