diff options
author | Joe Perches <joe@perches.com> | 2015-05-05 10:05:52 -0700 |
---|---|---|
committer | Michael Grzeschik <m.grzeschik@pengutronix.de> | 2015-09-23 08:44:23 +0200 |
commit | f2f0a16bf89a1bbf2f774e060de85ffbd8fff162 (patch) | |
tree | c4ad5d369c053314bbe6f542dc04331518bd8b3d /drivers/net/arcnet/com90xx.c | |
parent | 5e7ef9134ce1b8ae8d686ce08b9746b32535964d (diff) | |
download | blackbird-op-linux-f2f0a16bf89a1bbf2f774e060de85ffbd8fff162.tar.gz blackbird-op-linux-f2f0a16bf89a1bbf2f774e060de85ffbd8fff162.zip |
arcnet: Use network block comment style
Conformity can be useful.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Diffstat (limited to 'drivers/net/arcnet/com90xx.c')
-rw-r--r-- | drivers/net/arcnet/com90xx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/arcnet/com90xx.c b/drivers/net/arcnet/com90xx.c index 0b7bc869db21..4781cd696dd1 100644 --- a/drivers/net/arcnet/com90xx.c +++ b/drivers/net/arcnet/com90xx.c @@ -568,8 +568,7 @@ static void com90xx_setmask(struct net_device *dev, int mask) AINTMASK(mask); } -/* - * Do a hardware reset on the card, and set up necessary registers. +/* Do a hardware reset on the card, and set up necessary registers. * * This should be called as little as possible, because it disrupts the * token on the network (causes a RECON) and requires a significant delay. |