Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peng Li and committed by
David S. Miller
0f1e7a34 cb625e9c

+2 -2
+2 -2
drivers/net/wan/hd64570.c
··· 376 376 int handled = 0; 377 377 u8 page = sca_get_page(card); 378 378 379 - while((stat = sca_intr_status(card)) != 0) { 379 + while ((stat = sca_intr_status(card)) != 0) { 380 380 handled = 1; 381 381 for (i = 0; i < 2; i++) { 382 382 port_t *port = get_port(card, i); ··· 413 413 414 414 /* Baud Rate = CLOCK_BASE / TMC / 2^BR */ 415 415 tmc = CLOCK_BASE / brv / port->settings.clock_rate; 416 - }while (br > 1 && tmc <= 128); 416 + } while (br > 1 && tmc <= 128); 417 417 418 418 if (tmc < 1) { 419 419 tmc = 1;