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
|
@ -296,7 +296,7 @@ const struct shell_static_entry *z_shell_find_cmd(
|
|||
if (strcmp(cmd_str, entry->syntax) == 0) {
|
||||
return entry;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue