]> git.baikalelectronics.ru Git - kernel.git/commit
net: hns3: report the function type the same line with hns3_nic_get_stats64
authorPeng Li <lipeng321@huawei.com>
Tue, 9 Jan 2018 06:50:59 +0000 (14:50 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Jan 2018 19:55:51 +0000 (14:55 -0500)
commitad438f066569d2edb4d5985c9c84fd12203a0fcf
tree5b33e44691813208c01d7f2384733f5fe425c915
parent72fdf0f8aa01001d434129b69a0daa35a613f521
net: hns3: report the function type the same line with hns3_nic_get_stats64

The function type should be on the same line with the function
name, or it may cause display error if a patch edit the
function. There is am example following:
https://www.spinics.net/lists/netdev/msg476141.html

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/hisilicon/hns3/hns3_enet.c