]> git.karo-electronics.de Git - linux-beck.git/commitdiff
net: mvmdio: adjust multiline comment to net/ style
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Nov 2012 10:40:15 +0000 (11:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 22:11:38 +0000 (23:11 +0100)
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>
drivers/net/ethernet/marvell/mvmdio.c

index 114a0f14244ac884514c50ee6b020c6cd474fbbe..6d6002bab060dadd2cdff65fc6525c1153979f2e 100644 (file)
@@ -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)
 {