Staging: octeon: ethernet-rx: fixed three redundant blank line style issues
Fixed three minor coding style issues. Signed-off-by: Cathal Mullaney <chuckleberryfinn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e63ecbc774
commit
364bcc5a5a
|
@ -450,12 +450,10 @@ void cvm_oct_poll_controller(struct net_device *dev)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) {
|
for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) {
|
||||||
|
|
||||||
if (!(pow_receive_groups & BIT(i)))
|
if (!(pow_receive_groups & BIT(i)))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
cvm_oct_poll(&oct_rx_group[i], 16);
|
cvm_oct_poll(&oct_rx_group[i], 16);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@ -537,7 +535,6 @@ void cvm_oct_rx_shutdown(void)
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) {
|
for (i = 0; i < ARRAY_SIZE(oct_rx_group); i++) {
|
||||||
|
|
||||||
if (!(pow_receive_groups & BIT(i)))
|
if (!(pow_receive_groups & BIT(i)))
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue