target_t -> struct target
Remove misleading typedef and redundant suffix from struct target.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
COMMAND_HANDLER(handle_etm_dummy_config_command)
|
||||
{
|
||||
target_t *target;
|
||||
struct target *target;
|
||||
struct arm *arm;
|
||||
|
||||
target = get_target(args[0]);
|
||||
|
||||
Reference in New Issue
Block a user