[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220601180314.02e4d84e@kernel.org>
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