[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
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)