coccinelle: Remove extra semicolon
coccicheck --mode=patch --cocci=semicolon.cocci Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
ce88bd9fe6
commit
9fd4ea91b7
39 changed files with 52 additions and 52 deletions
|
@ -86,7 +86,7 @@ static void shell_tdata_dump(const struct k_thread *cthread, void *user_data)
|
|||
|
||||
if (k_thread_runtime_stats_get(thread, &rt_stats_thread) != 0) {
|
||||
ret++;
|
||||
};
|
||||
}
|
||||
|
||||
if (k_thread_runtime_stats_all_get(&rt_stats_all) != 0) {
|
||||
ret++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue