[PATCH] phy: core: Remove extra space after '='

Neil Armstrong neil.armstrong at linaro.org
Tue Nov 18 00:57:50 PST 2025


On 11/17/25 11:34, Claudiu wrote:
> From: Claudiu Beznea <claudiu.beznea.uj at bp.renesas.com>
> 
> Remove extra space after '=' to comply with coding style.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj at bp.renesas.com>
> ---
>   drivers/phy/phy-core.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/phy/phy-core.c b/drivers/phy/phy-core.c
> index 04a5a34e7a95..8a1e8c15e688 100644
> --- a/drivers/phy/phy-core.c
> +++ b/drivers/phy/phy-core.c
> @@ -361,7 +361,7 @@ int phy_power_off(struct phy *phy)
>   
>   	mutex_lock(&phy->mutex);
>   	if (phy->power_count == 1 && phy->ops->power_off) {
> -		ret =  phy->ops->power_off(phy);
> +		ret = phy->ops->power_off(phy);
>   		if (ret < 0) {
>   			dev_err(&phy->dev, "phy poweroff failed --> %d\n", ret);
>   			mutex_unlock(&phy->mutex);

Reviewed-by: Neil Armstrong <neil.armstrong at linaro.org>



More information about the linux-phy mailing list