command_t -> struct command
Remove misleading typedef and redundant suffix from struct command.
This commit is contained in:
@@ -405,7 +405,7 @@ COMMAND_HANDLER(handle_etb_config_command)
|
||||
|
||||
static int etb_register_commands(struct command_context *cmd_ctx)
|
||||
{
|
||||
command_t *etb_cmd = register_command(cmd_ctx, NULL, "etb",
|
||||
struct command *etb_cmd = register_command(cmd_ctx, NULL, "etb",
|
||||
NULL, COMMAND_ANY, "Embedded Trace Buffer");
|
||||
|
||||
register_command(cmd_ctx, etb_cmd, "config",
|
||||
|
||||
Reference in New Issue
Block a user