diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2006-03-24 06:16:13 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 10:33:24 -0500 |
commit | 53b3531bbbf70ac7551b32d1acc229d94de52658 (patch) | |
tree | 644440c93f599bbf64bb0b703c97b03b4dc5d737 /drivers/char | |
parent | 29afd49b72a9b2c26fa8c678bcf3976d0540446b (diff) |
[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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/pcmcia/synclink_cs.c | 2 | ||||
-rw-r--r-- | drivers/char/synclink.c | 2 | ||||
-rw-r--r-- | drivers/char/synclink_gt.c | 2 | ||||
-rw-r--r-- | drivers/char/synclinkmp.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/char/pcmcia/synclink_cs.c b/drivers/char/pcmcia/synclink_cs.c index 8a8ca32822ba..e6b714b6390d 100644 --- a/drivers/char/pcmcia/synclink_cs.c +++ b/drivers/char/pcmcia/synclink_cs.c | |||
@@ -4181,7 +4181,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
4181 | } | 4181 | } |
4182 | 4182 | ||
4183 | info->params.encoding = new_encoding; | 4183 | info->params.encoding = new_encoding; |
4184 | info->params.crc_type = new_crctype;; | 4184 | info->params.crc_type = new_crctype; |
4185 | 4185 | ||
4186 | /* if network interface up, reprogram hardware */ | 4186 | /* if network interface up, reprogram hardware */ |
4187 | if (info->netcount) | 4187 | if (info->netcount) |
diff --git a/drivers/char/synclink.c b/drivers/char/synclink.c index ede688a4e141..d68be61f0a49 100644 --- a/drivers/char/synclink.c +++ b/drivers/char/synclink.c | |||
@@ -7770,7 +7770,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
7770 | } | 7770 | } |
7771 | 7771 | ||
7772 | info->params.encoding = new_encoding; | 7772 | info->params.encoding = new_encoding; |
7773 | info->params.crc_type = new_crctype;; | 7773 | info->params.crc_type = new_crctype; |
7774 | 7774 | ||
7775 | /* if network interface up, reprogram hardware */ | 7775 | /* if network interface up, reprogram hardware */ |
7776 | if (info->netcount) | 7776 | if (info->netcount) |
diff --git a/drivers/char/synclink_gt.c b/drivers/char/synclink_gt.c index b046390cd256..738ec2f4e563 100644 --- a/drivers/char/synclink_gt.c +++ b/drivers/char/synclink_gt.c | |||
@@ -1365,7 +1365,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
1365 | } | 1365 | } |
1366 | 1366 | ||
1367 | info->params.encoding = new_encoding; | 1367 | info->params.encoding = new_encoding; |
1368 | info->params.crc_type = new_crctype;; | 1368 | info->params.crc_type = new_crctype; |
1369 | 1369 | ||
1370 | /* if network interface up, reprogram hardware */ | 1370 | /* if network interface up, reprogram hardware */ |
1371 | if (info->netcount) | 1371 | if (info->netcount) |
diff --git a/drivers/char/synclinkmp.c b/drivers/char/synclinkmp.c index 960adb256fbb..858740131115 100644 --- a/drivers/char/synclinkmp.c +++ b/drivers/char/synclinkmp.c | |||
@@ -1650,7 +1650,7 @@ static int hdlcdev_attach(struct net_device *dev, unsigned short encoding, | |||
1650 | } | 1650 | } |
1651 | 1651 | ||
1652 | info->params.encoding = new_encoding; | 1652 | info->params.encoding = new_encoding; |
1653 | info->params.crc_type = new_crctype;; | 1653 | info->params.crc_type = new_crctype; |
1654 | 1654 | ||
1655 | /* if network interface up, reprogram hardware */ | 1655 | /* if network interface up, reprogram hardware */ |
1656 | if (info->netcount) | 1656 | if (info->netcount) |