netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: broadcom: fix checkpatch complains about tabs
@ 2020-05-16  2:09 Kevin Lo
  2020-05-16  2:35 ` Florian Fainelli
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Lo @ 2020-05-16  2:09 UTC (permalink / raw)
  To: netdev; +Cc: Florian Fainelli, Andrew Lunn, David S. Miller

This patch makes checkpatch happy for tabs

Signed-off-by: Kevin Lo <kevlo@kevlo.org>
---
diff --git a/drivers/net/phy/broadcom.c b/drivers/net/phy/broadcom.c
index 8cd8d188542a..cd271de9609b 100644
--- a/drivers/net/phy/broadcom.c
+++ b/drivers/net/phy/broadcom.c
@@ -356,7 +356,7 @@ static int bcm54811_config_init(struct phy_device *phydev)
 					BCM54612E_LED4_CLK125OUT_EN | reg);
 		if (err < 0)
 			return err;
-        }
+	}
 
 	return err;
 }

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

* Re: [PATCH net-next] net: phy: broadcom: fix checkpatch complains about tabs
  2020-05-16  2:09 [PATCH net-next] net: phy: broadcom: fix checkpatch complains about tabs Kevin Lo
@ 2020-05-16  2:35 ` Florian Fainelli
  0 siblings, 0 replies; 2+ messages in thread
From: Florian Fainelli @ 2020-05-16  2:35 UTC (permalink / raw)
  To: Kevin Lo, netdev; +Cc: Andrew Lunn, David S. Miller



On 5/15/2020 7:09 PM, Kevin Lo wrote:
> This patch makes checkpatch happy for tabs
> 
> Signed-off-by: Kevin Lo <kevlo@kevlo.org>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

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

end of thread, other threads:[~2020-05-16  2:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-16  2:09 [PATCH net-next] net: phy: broadcom: fix checkpatch complains about tabs Kevin Lo
2020-05-16  2:35 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).