mirror of
https://github.com/torvalds/linux.git
synced 2026-09-15 15:01:08 -04:00
[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:
committed by
Linus Torvalds
parent
29afd49b72
commit
53b3531bbb
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user