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:
@@ -331,7 +331,7 @@ union xtensa_reg_val_u {
|
||||
uint8_t buf[4];
|
||||
};
|
||||
|
||||
static const struct xtensa_keyval_info_s xt_qerr[XT_QERR_NUM] = {
|
||||
static const struct xtensa_keyval_info xt_qerr[XT_QERR_NUM] = {
|
||||
{ .chrval = "E00", .intval = ERROR_FAIL },
|
||||
{ .chrval = "E01", .intval = ERROR_FAIL },
|
||||
{ .chrval = "E02", .intval = ERROR_COMMAND_ARGUMENT_INVALID },
|
||||
|
||||
Reference in New Issue
Block a user