LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: David Miller <davem@davemloft.net>
To: o.rempel@pengutronix.de
Cc: andrew@lunn.ch, f.fainelli@gmail.com, hkallweit1@gmail.com,
kernel@pengutronix.de, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, marex@denx.de, david@protonic.nl
Subject: Re: [PATCH v2 2/2] net: phy: tja11xx: add delayed registration of TJA1102 PHY1
Date: Mon, 09 Mar 2020 09:58:56 -0700 (PDT) [thread overview]
Message-ID: <20200309.095856.857594823719355569.davem@davemloft.net> (raw)
In-Reply-To: <20200309074044.21399-3-o.rempel@pengutronix.de>
From: Oleksij Rempel <o.rempel@pengutronix.de>
Date: Mon, 9 Mar 2020 08:40:44 +0100
> +
> +static void tja1102_p1_register(struct work_struct *work)
> +{
> + struct tja11xx_priv *priv = container_of(work, struct tja11xx_priv,
> + phy_register_work);
> +
> + struct phy_device *phydev_phy0 = priv->phydev;
> + struct mii_bus *bus = phydev_phy0->mdio.bus;
> + struct device *dev = &phydev_phy0->mdio.dev;
Please fix the indentation of the 'bus' variable declaration.
next prev parent reply other threads:[~2020-03-09 16:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-09 7:40 [PATCH v2 0/2] add TJA1102 support Oleksij Rempel
2020-03-09 7:40 ` [PATCH v2 1/2] net: phy: tja11xx: " Oleksij Rempel
2020-03-09 17:14 ` Andrew Lunn
2020-03-09 19:45 ` Heiner Kallweit
2020-03-11 13:12 ` Oleksij Rempel
2020-03-09 7:40 ` [PATCH v2 2/2] net: phy: tja11xx: add delayed registration of TJA1102 PHY1 Oleksij Rempel
2020-03-09 16:58 ` David Miller [this message]
2020-03-09 17:28 ` Andrew Lunn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200309.095856.857594823719355569.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=andrew@lunn.ch \
--cc=david@protonic.nl \
--cc=f.fainelli@gmail.com \
--cc=hkallweit1@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-kernel@vger.kernel.org \
--cc=marex@denx.de \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
--subject='Re: [PATCH v2 2/2] net: phy: tja11xx: add delayed registration of TJA1102 PHY1' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).