net: hns3: initialize each member of structure array on a separate line
authorJiaran Zhang <zhangjiaran@huawei.com>
Mon, 30 Aug 2021 06:06:36 +0000 (14:06 +0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 30 Aug 2021 08:43:18 +0000 (09:43 +0100)
commit60fe9ff9b7cbbf78a755cd849a3575d3b04b7394
tree8491f56881bc7696f4ec569402e556efcab3d4c5
parent49f9df5ba298a4b6754281e40ea80878a4d49c44
net: hns3: initialize each member of structure array on a separate line

To make the format of each member initialization of structure array
clearer, initialize each member on a separate line.

Signed-off-by: Jiaran Zhang <zhangjiaran@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3pf/hclge_err.c