Skip to content

Commit

Permalink
net: phy: broadcom: fix checkpatch complains about tabs
Browse files Browse the repository at this point in the history
This patch makes checkpatch happy for tabs

Signed-off-by: Kevin Lo <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
kevlo authored and davem330 committed May 16, 2020
1 parent ea6119a commit 6f42a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/phy/broadcom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 6f42a29

Please sign in to comment.