kernel: Checkpatch fixups
I was pretty careful, but these snuck in. Most of them are due to overbroad string replacements in comments. The pull request is very large, and I'm too lazy to find exactly where to back-merge all of these. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
This commit is contained in:
parent
af7bf89ed2
commit
cfe62038d2
10 changed files with 43 additions and 31 deletions
|
@ -216,7 +216,7 @@ void _timer_int_handler(void *unused)
|
|||
|
||||
z_clock_announce(_sys_idle_elapsed_ticks);
|
||||
|
||||
/* z_clock_announce(_sys_idle_elapsed_ticks) could cause new programming */
|
||||
/* z_clock_announce() could cause new programming */
|
||||
if (!programmed_ticks && _sys_clock_always_on) {
|
||||
z_tick_set(z_clock_uptime());
|
||||
program_max_cycles();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue