[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:
parent
29afd49b72
commit
53b3531bbb
31 changed files with 37 additions and 37 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue