forked from auracaster/openocd
Remove other '_s' suffix from structs
Most of the work is already done by [1]. Remove few more '_s' suffix and also fix some comment referring to the old name of the struct. Link: https://review.openocd.org/c/openocd/+/8340 Change-Id: Ifddc401c3b05e62ece3aa7926af1e78f0c4a671e Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: https://review.openocd.org/c/openocd/+/8341 Reviewed-by: zapb <dev@zapb.de> Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
@@ -97,7 +97,7 @@ enum xtensa_ar_scratch_set_e {
|
||||
XT_AR_SCRATCH_NUM
|
||||
};
|
||||
|
||||
struct xtensa_keyval_info_s {
|
||||
struct xtensa_keyval_info {
|
||||
char *chrval;
|
||||
int intval;
|
||||
};
|
||||
@@ -283,7 +283,7 @@ struct xtensa {
|
||||
bool halt_request;
|
||||
uint32_t nx_stop_cause;
|
||||
uint32_t nx_reg_idx[XT_NX_REG_IDX_NUM];
|
||||
struct xtensa_keyval_info_s scratch_ars[XT_AR_SCRATCH_NUM];
|
||||
struct xtensa_keyval_info scratch_ars[XT_AR_SCRATCH_NUM];
|
||||
bool regs_fetched; /* true after first register fetch completed successfully */
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user