net/hns3: remove unnecessary blank lines
authorHongbo Zheng <zhenghongbo3@huawei.com>
Sun, 13 Jun 2021 02:31:56 +0000 (10:31 +0800)
committerAndrew Rybchenko <Andrew.Rybchenko@oktetlabs.ru>
Fri, 2 Jul 2021 17:03:03 +0000 (19:03 +0200)
commiteed962f51ddfe2a03cce842df594b141199d31aa
treee5cbb66d09718432f7573fdddba787a1d1ea3ec7
parent5b96963f9d121cee0eaaa19c19eca0ddbeee73b7
net/hns3: remove unnecessary blank lines

Delete redundant blank lines to make:
1.Return value judgment follow the function call.
2.No blank lines at the end of a code block defined by braces.

Signed-off-by: Hongbo Zheng <zhenghongbo3@huawei.com>
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
drivers/net/hns3/hns3_ethdev.c