mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
cyclic: Fix typo in struct cyclic_info description
Replace delay_ns by delay_us which is the field name used into struct cyclic_info. Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
302f866e5c
commit
fb30f75655
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
*
|
||||
* @func: Function to call periodically
|
||||
* @name: Name of the cyclic function, e.g. shown in the commands
|
||||
* @delay_ns: Delay is ns after which this function shall get executed
|
||||
* @delay_us: Delay is us after which this function shall get executed
|
||||
* @start_time_us: Start time in us, when this function started its execution
|
||||
* @cpu_time_us: Total CPU time of this function
|
||||
* @run_cnt: Counter of executions occurances
|
||||
|
|
Loading…
Add table
Reference in a new issue