mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
remoteproc: omap_remoteproc: Fix typo in comment
Delete the redundant word 'The'. Delete the redundant word 'to'. Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com> Link: https://lore.kernel.org/r/20220608130406.46005-1-wangxiang@cdjrlc.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
This commit is contained in:
parent
fa220c05d2
commit
2d1ea19f17
1 changed files with 3 additions and 3 deletions
|
@ -243,7 +243,7 @@ static inline int omap_rproc_get_timer_irq(struct omap_rproc_timer *timer)
|
||||||
* omap_rproc_ack_timer_irq() - acknowledge a timer irq
|
* omap_rproc_ack_timer_irq() - acknowledge a timer irq
|
||||||
* @timer: handle to a OMAP rproc timer
|
* @timer: handle to a OMAP rproc timer
|
||||||
*
|
*
|
||||||
* This function is used to clear the irq associated with a watchdog timer. The
|
* This function is used to clear the irq associated with a watchdog timer.
|
||||||
* The function is called by the OMAP remoteproc upon a watchdog event on the
|
* The function is called by the OMAP remoteproc upon a watchdog event on the
|
||||||
* remote processor to clear the interrupt status of the watchdog timer.
|
* remote processor to clear the interrupt status of the watchdog timer.
|
||||||
*/
|
*/
|
||||||
|
@ -303,7 +303,7 @@ static irqreturn_t omap_rproc_watchdog_isr(int irq, void *data)
|
||||||
* @configure: boolean flag used to acquire and configure the timer handle
|
* @configure: boolean flag used to acquire and configure the timer handle
|
||||||
*
|
*
|
||||||
* This function is used primarily to enable the timers associated with
|
* This function is used primarily to enable the timers associated with
|
||||||
* a remoteproc. The configure flag is provided to allow the driver to
|
* a remoteproc. The configure flag is provided to allow the driver
|
||||||
* to either acquire and start a timer (during device initialization) or
|
* to either acquire and start a timer (during device initialization) or
|
||||||
* to just start a timer (during a resume operation).
|
* to just start a timer (during a resume operation).
|
||||||
*
|
*
|
||||||
|
@ -443,7 +443,7 @@ free_timers:
|
||||||
* @configure: boolean flag used to release the timer handle
|
* @configure: boolean flag used to release the timer handle
|
||||||
*
|
*
|
||||||
* This function is used primarily to disable the timers associated with
|
* This function is used primarily to disable the timers associated with
|
||||||
* a remoteproc. The configure flag is provided to allow the driver to
|
* a remoteproc. The configure flag is provided to allow the driver
|
||||||
* to either stop and release a timer (during device shutdown) or to just
|
* to either stop and release a timer (during device shutdown) or to just
|
||||||
* stop a timer (during a suspend operation).
|
* stop a timer (during a suspend operation).
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue