mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 12:35:52 +02:00
stmmac: indent an if statement
The break statement should be indented one more tab. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
1ecf9284c1
commit
dbeaa8c2a4
|
|
@ -191,7 +191,7 @@ static int stmmac_dt_phy(struct plat_stmmacenet_data *plat,
|
|||
for_each_child_of_node(np, plat->mdio_node) {
|
||||
if (of_device_is_compatible(plat->mdio_node,
|
||||
"snps,dwmac-mdio"))
|
||||
break;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user