lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <feeb51c3-bc83-42aa-9c10-16aca1169afa@linaro.org>
Date: Tue, 18 Nov 2025 09:57:50 +0100
From: Neil Armstrong <neil.armstrong@...aro.org>
To: Claudiu <claudiu.beznea@...on.dev>, vkoul@...nel.org, kishon@...nel.org
Cc: linux-phy@...ts.infradead.org, linux-kernel@...r.kernel.org,
 Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
Subject: Re: [PATCH] phy: core: Remove extra space after '='

On 11/17/25 11:34, Claudiu wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
> 
> Remove extra space after '=' to comply with coding style.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@...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@...aro.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ