mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
net: stmmac: rk: fix code formmating issue
Fix a code formatting issue introduced in the previous series, no space after , before "int". Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/E1uR6sZ-004Ktt-9y@rmk-PC.armlinux.org.uk Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
b9ebe0cd5d
commit
a44769c97e
|
|
@ -904,7 +904,7 @@ static const struct rk_reg_speed_data rk3528_gmac1_reg_speed_data = {
|
|||
};
|
||||
|
||||
static int rk3528_set_speed(struct rk_priv_data *bsp_priv,
|
||||
phy_interface_t interface,int speed)
|
||||
phy_interface_t interface, int speed)
|
||||
{
|
||||
const struct rk_reg_speed_data *rsd;
|
||||
unsigned int reg;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user