Skip to content
Snippets Groups Projects
Commit 69ba2a67 authored by Antonio Borneo's avatar Antonio Borneo Committed by Tomas Vanek
Browse files

target/riscv: use coherent syntax in struct initialization


While initializing struct command_registration, the field's name "name"
is not specified, thus relying on the fact that it is the first field
declared in the struct and it's initialization value can be listed as
the first one.

Be coherent in the struct initialization and always use the field's
name.

Change-Id: Iefaeb15cc051db9f1e0f0140fe2f231b45f5bb12
Signed-off-by: default avatarAntonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: http://openocd.zylin.com/5013


Reviewed-by: default avatarTomas Vanek <vanekt@fbl.cz>
Tested-by: jenkins
Reviewed-by: default avatarTim Newsome <tim@sifive.com>
parent a18c1f28
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment