aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/toshiba/tc35815.c
diff options
context:
space:
mode:
authorYixing Liu <liuyixing1@huawei.com>2021-03-31 16:18:33 +0800
committerDavid S. Miller <davem@davemloft.net>2021-03-31 14:34:09 -0700
commit142c1d2ed96604ec09bbc4076d2a8d09271850d3 (patch)
tree30cf12d22489a3eff830acd95bd897b036512a9a /drivers/net/ethernet/toshiba/tc35815.c
parentnet: ocelot: fix a trailling format issue with block comments (diff)
downloadlinux-dev-142c1d2ed96604ec09bbc4076d2a8d09271850d3.tar.xz
linux-dev-142c1d2ed96604ec09bbc4076d2a8d09271850d3.zip
net: toshiba: fix the trailing format of some block comments
Use a trailling */ on a separate line for block comments. Signed-off-by: Yixing Liu <liuyixing1@huawei.com> Signed-off-by: Weihang Li <liweihang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/toshiba/tc35815.c')
-rw-r--r--drivers/net/ethernet/toshiba/tc35815.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/toshiba/tc35815.c b/drivers/net/ethernet/toshiba/tc35815.c
index 7a6e5ff8e5d4..fedb2bf69261 100644
--- a/drivers/net/ethernet/toshiba/tc35815.c
+++ b/drivers/net/ethernet/toshiba/tc35815.c
@@ -1914,7 +1914,8 @@ tc35815_set_multicast_list(struct net_device *dev)
if (dev->flags & IFF_PROMISC) {
/* With some (all?) 100MHalf HUB, controller will hang
- * if we enabled promiscuous mode before linkup... */
+ * if we enabled promiscuous mode before linkup...
+ */
struct tc35815_local *lp = netdev_priv(dev);
if (!lp->link)