Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

phy: core: Remove extra space after '='

Remove extra space after '=' to comply with coding style.

Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Claudiu Beznea and committed by
Vinod Koul
54760125 58e0f987

+1 -1
+1 -1
drivers/phy/phy-core.c
··· 361 361 362 362 mutex_lock(&phy->mutex); 363 363 if (phy->power_count == 1 && phy->ops->power_off) { 364 - ret = phy->ops->power_off(phy); 364 + ret = phy->ops->power_off(phy); 365 365 if (ret < 0) { 366 366 dev_err(&phy->dev, "phy poweroff failed --> %d\n", ret); 367 367 mutex_unlock(&phy->mutex);