Commit b07812f1 authored by Thomas Petazzoni's avatar Thomas Petazzoni

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d98a80f5
...@@ -42,8 +42,7 @@ struct orion_mdio_dev { ...@@ -42,8 +42,7 @@ struct orion_mdio_dev {
void __iomem *smireg; 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) static int orion_mdio_wait_ready(struct mii_bus *bus)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment