提交 4f50ef15 编写于 作者: M Michael Catanzaro 提交者: David S. Miller

virtio_net: Fix code indent error

This patch fixes the checkpatch.pl warning:

ERROR: code indent should use tabs where possible #3453: FILE: drivers/net/virtio_net.c:3453: ret = register_virtio_driver(&virtio_net_driver);$

Uneccessary newline was also removed making line 3453 now 3452.
Signed-off-by: NMichael Catanzaro <mcatanzaro.kernel@gmail.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 9b3e446c
......@@ -3449,8 +3449,7 @@ static __init int virtio_net_driver_init(void)
NULL, virtnet_cpu_dead);
if (ret)
goto err_dead;
ret = register_virtio_driver(&virtio_net_driver);
ret = register_virtio_driver(&virtio_net_driver);
if (ret)
goto err_virtio;
return 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册