net/hns3: adjust code style for struct initialization
authorHongbo Zheng <zhenghongbo3@huawei.com>
Mon, 9 Nov 2020 14:28:59 +0000 (22:28 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 13 Nov 2020 18:43:25 +0000 (19:43 +0100)
commitd3d31324365ba2fd88ab1407c4f990cc41c5d3b7
treefa2d651f5010f81a453d4b7a7de3b27d3646b512
parent2427c27e036fa1fd148e89fd725449e7d41412c9
net/hns3: adjust code style for struct initialization

According to the rule of the used static check tool,
each member is initialized on a separate lines when
struct and union members are initialized, here is
tempting to adjust some code lines in order to remove
the warning.

Signed-off-by: Hongbo Zheng <zhenghongbo3@huawei.com>
Signed-off-by: Lijun Ou <oulijun@huawei.com>
drivers/net/hns3/hns3_intr.c