lkml.org 
[lkml]   [2022]   [Jun]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [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.

\
 
 \ /
  Last update: 2022-06-02 03:07    [W:1.460 / U:0.180 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site