diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-19 05:40:15 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-11-20 17:11:38 -0500 |
commit | b07812f15e396001b0d0949902d8d633596b093f (patch) | |
tree | a40d9dd7d2d0891943174fcebcc6cabb264a8c03 /drivers/net/ethernet | |
parent | d98a80f5b69ef3e1127912a002e5f681fbeacfdf (diff) |
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>
Diffstat (limited to 'drivers/net/ethernet')
-rw-r--r-- | drivers/net/ethernet/marvell/mvmdio.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ethernet/marvell/mvmdio.c b/drivers/net/ethernet/marvell/mvmdio.c index 114a0f14244a..6d6002bab060 100644 --- a/drivers/net/ethernet/marvell/mvmdio.c +++ b/drivers/net/ethernet/marvell/mvmdio.c | |||
@@ -42,8 +42,7 @@ struct orion_mdio_dev { | |||
42 | void __iomem *smireg; | 42 | void __iomem *smireg; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | /* | 45 | /* Wait for the SMI unit to be ready for another operation |
46 | * Wait for the SMI unit to be ready for another operation | ||
47 | */ | 46 | */ |
48 | static int orion_mdio_wait_ready(struct mii_bus *bus) | 47 | static int orion_mdio_wait_ready(struct mii_bus *bus) |
49 | { | 48 | { |