Fix some "from from" in code comments

This commit is contained in:
YAMAMOTO Takashi 2020-01-27 13:31:25 +09:00 committed by Alin Jerpelea
parent 705ac84432
commit 5515e09e8d
8 changed files with 9 additions and 9 deletions

View file

@ -305,7 +305,7 @@ DMA_HANDLE cxd56_udmachannel(void)
unsigned int ch;
uint32_t bit;
/* Take a count from from the channel counting semaphore. We may block
/* Take a count from the channel counting semaphore. We may block
* if there are no free channels. When we get the count, then we can
* be assured that a channel is available in the channel list and is
* reserved for us.

View file

@ -338,7 +338,7 @@ DMA_HANDLE efm32_dmachannel(void)
unsigned int chndx;
uint32_t bit;
/* Take a count from from the channel counting semaphore. We may block
/* Take a count from the channel counting semaphore. We may block
* if there are no free channels. When we get the count, then we can
* be assured that a channel is available in the channel list and is
* reserved for us.

View file

@ -4,7 +4,7 @@
* Copyright(C) 2012, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Ported from from the LPC17 version:
* Ported from the LPC17 version:
*
* Copyright(C) 2011 Li Zhuoyi. All rights reserved.
* Copyright(C) 2016 Gregory Nutt. All rights reserved.

View file

@ -4,7 +4,7 @@
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Ported from from the LPC17 version:
* Ported from the LPC17 version:
*
* Copyright (C) 2011 Li Zhuoyi. All rights reserved.
* Author: Li Zhuoyi <lzyy.cn@gmail.com>

View file

@ -4,7 +4,7 @@
* Copyright (C) 2012, 2014-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Ported from from the LPC17 version:
* Ported from the LPC17 version:
*
* Copyright (C) 2011 Li Zhuoyi. All rights reserved.
* Author: Li Zhuoyi <lzyy.cn@gmail.com>

View file

@ -3952,7 +3952,7 @@ config SAMA5_PWM_CLKA_FREQUENCY
depends on SAMA5_PWM_CLKA
---help---
If the CLKA source is enabled, then you must also provide the
frequency of the CLKA. This frequency will be derived from from MCK
frequency of the CLKA. This frequency will be derived from MCK
using a prescaler and divider. Therefore, a wide range of
frequencies are possible.
@ -3968,7 +3968,7 @@ config SAMA5_PWM_CLKB_FREQUENCY
depends on SAMA5_PWM_CLKB
---help---
If the CLKB source is enabled, then you must also provide the
frequency of the CLKB. This frequency will be derived from from MCK
frequency of the CLKB. This frequency will be derived from MCK
using a prescaler and divider. Therefore, a wide range of
frequencies are possible.

View file

@ -461,7 +461,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session)
*
* Input Parameters:
* session - An instance of the session structure.
* pixelfmt - The pixel from from the received SetPixelFormat message
* pixelfmt - The pixel from the received SetPixelFormat message
*
* Returned Value:
* Returns zero (OK) on success; a negated errno value on failure.

View file

@ -371,7 +371,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session);
*
* Input Parameters:
* session - An instance of the session structure.
* pixelfmt - The pixel from from the received SetPixelFormat message
* pixelfmt - The pixel from the received SetPixelFormat message
*
* Returned Value:
* Returns zero (OK) on success; a negated errno value on failure.