net: hns3: Add missing newline at end of file

"git diff" says:

    \ No newline at end of file

after modifying the file.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Geert Uytterhoeven 2019-06-17 16:38:36 +02:00 committed by David S. Miller
parent 815deee0e3
commit cf29a49879
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
ccflags-y := -I $(srctree)/drivers/net/ethernet/hisilicon/hns3
obj-$(CONFIG_HNS3_HCLGEVF) += hclgevf.o
hclgevf-objs = hclgevf_main.o hclgevf_cmd.o hclgevf_mbx.o
hclgevf-objs = hclgevf_main.o hclgevf_cmd.o hclgevf_mbx.o