From: Thomas Petazzoni Date: Mon, 19 Nov 2012 10:40:15 +0000 (+0100) Subject: net: mvmdio: adjust multiline comment to net/ style X-Git-Tag: v3.8-rc1~106^2~1^2~9^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b07812f15e396001b0d0949902d8d633596b093f;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/drivers/net/ethernet/marvell/mvmdio.c b/drivers/net/ethernet/marvell/mvmdio.c index 114a0f14244ac..6d6002bab060d 100644 --- a/drivers/net/ethernet/marvell/mvmdio.c +++ b/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) {