Networking block comments don't use an empty /* line,
use /* Comment...
This patch fix the comments style issue.
Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
                }
        } else if (is_acpi_node(mac_cb->fw_port)) {
                ret = hns_mac_register_phy(mac_cb);
-               /*
-                * Mac can work well if there is phy or not.If the port don't
+               /* Mac can work well if there is phy or not.If the port don't
                 * connect with phy, the return value will be ignored. Only
                 * when there is phy but can't find mdio bus, the return value
                 * will be handled.