]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6c63f1c96d5d05d54ede881906d1e2db69110ebb
treed8dc11a7cc79f7f5fda1daec126c3999ec271897
parent04f9106ca00d18ae0e54bcd0383b445c104b5a1d
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