net: phy: micrel: Fix double spaces inside lan8814_config_intr
authorHoratiu Vultur <horatiu.vultur@microchip.com>
Wed, 21 Sep 2022 06:54:44 +0000 (08:54 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Sep 2022 19:08:28 +0000 (12:08 -0700)
commitf8b2cce430d92ec927915ba4bc8088fe99659dbc
treed8dc11a7cc79f7f5fda1daec126c3999ec271897
parent2b9977470b39e011ee5fbc01ca55411a7768fb9d
net: phy: micrel: Fix double spaces inside lan8814_config_intr

Inside the function lan8814_config_intr, there are double spaces when
assigning the return value of phy_write to err.

Suggested-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://lore.kernel.org/r/20220921065444.637067-1-horatiu.vultur@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/micrel.c