coccinelle: Remove extra semicolon

coccicheck --mode=patch --cocci=semicolon.cocci

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
Flavio Ceolin 2021-03-24 16:39:15 -07:00 committed by Kumar Gala
commit 9fd4ea91b7
39 changed files with 52 additions and 52 deletions

View file

@ -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++;