1
0

[PATCH] s/;;/;/g

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Alexey Dobriyan
2006-03-24 03:16:13 -08:00
committed by Linus Torvalds
parent 29afd49b72
commit 53b3531bbb
31 changed files with 37 additions and 37 deletions

View File

@@ -4181,7 +4181,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
}
info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;;
info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */
if (info->netcount)

View File

@@ -7770,7 +7770,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
}
info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;;
info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */
if (info->netcount)

View File

@@ -1365,7 +1365,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
}
info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;;
info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */
if (info->netcount)

View File

@@ -1650,7 +1650,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding,
}
info->params.encoding = new_encoding;
info->params.crc_type = new_crctype;;
info->params.crc_type = new_crctype;
/* if network interface up, reprogram hardware */
if (info->netcount)