net: hd64570: add some required spaces
Add space required before the open parenthesis '('. Add space required after that close brace '}'. Signed-off-by: Peng Li <lipeng321@huawei.com> Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
cb625e9c5d
commit
0f1e7a34c0
@ -376,7 +376,7 @@ static irqreturn_t sca_intr(int irq, void *dev_id)
|
|||||||
int handled = 0;
|
int handled = 0;
|
||||||
u8 page = sca_get_page(card);
|
u8 page = sca_get_page(card);
|
||||||
|
|
||||||
while((stat = sca_intr_status(card)) != 0) {
|
while ((stat = sca_intr_status(card)) != 0) {
|
||||||
handled = 1;
|
handled = 1;
|
||||||
for (i = 0; i < 2; i++) {
|
for (i = 0; i < 2; i++) {
|
||||||
port_t *port = get_port(card, i);
|
port_t *port = get_port(card, i);
|
||||||
@ -413,7 +413,7 @@ static void sca_set_port(port_t *port)
|
|||||||
|
|
||||||
/* Baud Rate = CLOCK_BASE / TMC / 2^BR */
|
/* Baud Rate = CLOCK_BASE / TMC / 2^BR */
|
||||||
tmc = CLOCK_BASE / brv / port->settings.clock_rate;
|
tmc = CLOCK_BASE / brv / port->settings.clock_rate;
|
||||||
}while (br > 1 && tmc <= 128);
|
} while (br > 1 && tmc <= 128);
|
||||||
|
|
||||||
if (tmc < 1) {
|
if (tmc < 1) {
|
||||||
tmc = 1;
|
tmc = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user