hla: improve readability of struct hl_interface_s initialization
commit69190094ad209b2d9091d7c2ca90ac7d49382d61
authorAntonio Borneo <borneo.antonio@gmail.com>
Mon, 16 Sep 2019 08:50:04 +0000 (16 10:50 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Mon, 25 Oct 2021 16:13:03 +0000 (25 16:13 +0000)
treeb380caf0ee4ea8315af118ac516745c301fdaff2
parent0fb131c23a1cba9ea128db9c72fcd6479e508513
hla: improve readability of struct hl_interface_s initialization

The initialization is barely readable, while actually only few
fields are set with value nor zero nor NULL.

Rewrite the initialization using C99 struct designations.

Change-Id: I4d288e6536ebe7110a184db6540223fc67361ec3
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/6636
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
src/jtag/hla/hla_interface.c