Fix some "from from" in code comments
This commit is contained in:
parent
705ac84432
commit
5515e09e8d
@ -305,7 +305,7 @@ DMA_HANDLE cxd56_udmachannel(void)
|
|||||||
unsigned int ch;
|
unsigned int ch;
|
||||||
uint32_t bit;
|
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
|
* 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
|
* be assured that a channel is available in the channel list and is
|
||||||
* reserved for us.
|
* reserved for us.
|
||||||
|
@ -338,7 +338,7 @@ DMA_HANDLE efm32_dmachannel(void)
|
|||||||
unsigned int chndx;
|
unsigned int chndx;
|
||||||
uint32_t bit;
|
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
|
* 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
|
* be assured that a channel is available in the channel list and is
|
||||||
* reserved for us.
|
* reserved for us.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright(C) 2012, 2016 Gregory Nutt. All rights reserved.
|
* Copyright(C) 2012, 2016 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* 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) 2011 Li Zhuoyi. All rights reserved.
|
||||||
* Copyright(C) 2016 Gregory Nutt. All rights reserved.
|
* Copyright(C) 2016 Gregory Nutt. All rights reserved.
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2012, 2016 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* 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) 2011 Li Zhuoyi. All rights reserved.
|
||||||
* Author: Li Zhuoyi <lzyy.cn@gmail.com>
|
* Author: Li Zhuoyi <lzyy.cn@gmail.com>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Copyright (C) 2012, 2014-2016 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2012, 2014-2016 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* 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) 2011 Li Zhuoyi. All rights reserved.
|
||||||
* Author: Li Zhuoyi <lzyy.cn@gmail.com>
|
* Author: Li Zhuoyi <lzyy.cn@gmail.com>
|
||||||
|
@ -3952,7 +3952,7 @@ config SAMA5_PWM_CLKA_FREQUENCY
|
|||||||
depends on SAMA5_PWM_CLKA
|
depends on SAMA5_PWM_CLKA
|
||||||
---help---
|
---help---
|
||||||
If the CLKA source is enabled, then you must also provide the
|
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
|
using a prescaler and divider. Therefore, a wide range of
|
||||||
frequencies are possible.
|
frequencies are possible.
|
||||||
|
|
||||||
@ -3968,7 +3968,7 @@ config SAMA5_PWM_CLKB_FREQUENCY
|
|||||||
depends on SAMA5_PWM_CLKB
|
depends on SAMA5_PWM_CLKB
|
||||||
---help---
|
---help---
|
||||||
If the CLKB source is enabled, then you must also provide the
|
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
|
using a prescaler and divider. Therefore, a wide range of
|
||||||
frequencies are possible.
|
frequencies are possible.
|
||||||
|
|
||||||
|
@ -461,7 +461,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session)
|
|||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* session - An instance of the session structure.
|
* 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:
|
* Returned Value:
|
||||||
* Returns zero (OK) on success; a negated errno value on failure.
|
* Returns zero (OK) on success; a negated errno value on failure.
|
||||||
|
@ -371,7 +371,7 @@ int vnc_negotiate(FAR struct vnc_session_s *session);
|
|||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* session - An instance of the session structure.
|
* 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:
|
* Returned Value:
|
||||||
* Returns zero (OK) on success; a negated errno value on failure.
|
* Returns zero (OK) on success; a negated errno value on failure.
|
||||||
|
Loading…
Reference in New Issue
Block a user