drivers/net: Remove unnecessary semicolons
Semicolons are not necessary after switch/while/for/if braces so remove them. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Este cometimento está contido em:

cometido por
David S. Miller

ascendente
f81c622420
cometimento
6403eab143
@@ -210,7 +210,7 @@ static void DisableDmaChannel(unsigned int channel)
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}; //Switch
|
||||
}
|
||||
}
|
||||
|
||||
static unsigned char ReadLPCReg(int iRegNum)
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador