Skip to content

Commit

Permalink
net: mvmdio: adjust multiline comment to net/ style
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thomas Petazzoni committed Nov 20, 2012
1 parent d98a80f commit b07812f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/net/ethernet/marvell/mvmdio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit b07812f

Please sign in to comment.