All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch net-next] stmmac: indent an if statement
@ 2017-01-12 18:46 ` Dan Carpenter
  0 siblings, 0 replies; 24+ messages in thread
From: Dan Carpenter @ 2017-01-12 18:46 UTC (permalink / raw)
  To: Giuseppe Cavallaro, jpinto
  Cc: Alexandre Torgue, netdev, linux-kernel, kernel-janitors

The break statement should be indented one more tab.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

diff --git a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
index ac32f9e..4daa8a3 100644
--- a/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
+++ b/drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c
@@ -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;
 		}
 	}
 

^ permalink raw reply related	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2017-01-17 11:45 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-12 18:46 [patch net-next] stmmac: indent an if statement Dan Carpenter
2017-01-12 18:46 ` Dan Carpenter
2017-01-12 19:46 ` Julia Lawall
2017-01-12 19:46   ` Julia Lawall
2017-01-16  3:14 ` David Miller
2017-01-16  3:14   ` David Miller
2017-01-16  9:19   ` Dan Carpenter
2017-01-16  9:19     ` Dan Carpenter
2017-01-16  9:39     ` Dan Carpenter
2017-01-16  9:39       ` Dan Carpenter
2017-01-16 21:46       ` Julia Lawall
2017-01-16 21:46         ` Julia Lawall
2017-01-16 21:56         ` Dan Carpenter
2017-01-16 21:56           ` Dan Carpenter
2017-01-16 22:00           ` David Miller
2017-01-16 22:00             ` David Miller
2017-01-17  8:28             ` Alexandre Torgue
2017-01-17  8:28               ` Alexandre Torgue
2017-01-16 22:10           ` Julia Lawall
2017-01-16 22:10             ` Julia Lawall
2017-01-17  8:25             ` Alexandre Torgue
2017-01-17  8:25               ` Alexandre Torgue
2017-01-17 11:45               ` Julia Lawall
2017-01-17 11:45                 ` Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.