]> 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)
commit758265b8284984652187af1aab02fafb7229f50c
treed8dc11a7cc79f7f5fda1daec126c3999ec271897
parent7fe21ad3c34fe29bb8fd9424c42e1127b3bda8fa
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