浏览代码

net: mvmdio: adjust multiline comment to net/ style

As reported by checkpatch, the multiline comments for net/ and
drivers/net/ have a slightly different format than the one used in the
rest of the kernel, so we adjust our multiline comment accordingly.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thomas Petazzoni 12 年之前
父节点
当前提交
b07812f15e
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      drivers/net/ethernet/marvell/mvmdio.c

+ 1 - 2
drivers/net/ethernet/marvell/mvmdio.c

@@ -42,8 +42,7 @@ struct orion_mdio_dev {
 	void __iomem *smireg;
 };
 
-/*
- * Wait for the SMI unit to be ready for another operation
+/* Wait for the SMI unit to be ready for another operation
  */
 static int orion_mdio_wait_ready(struct mii_bus *bus)
 {