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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 1 Jun 2022 18:03:14 -0700
From:   Jakub Kicinski <kuba@...nel.org>
To:     Rasmus Villemoes <linux@...musvillemoes.dk>
Cc:     Giuseppe Cavallaro <peppe.cavallaro@...com>,
        Alexandre Torgue <alexandre.torgue@...s.st.com>,
        netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        "David S. Miller" <davem@...emloft.net>
Subject: Re: [PATCH] net: stmmac: use dev_err_probe() for reporting mdio bus
 registration failure

On Wed,  1 Jun 2022 16:22:26 +0200 Rasmus Villemoes wrote:
>  		if (ret < 0) {
> -			dev_err(priv->device,
> +			dev_err_probe(priv->device, ret,
>  				"%s: MDIO bus (id: %d) registration failed",
>  				__func__, priv->plat->bus_id);

Please adjust the indent of the continuation lines.

And fix the spelling checkpatch also points out.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ