[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220314150741.5e674da7@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com>
Date: Mon, 14 Mar 2022 15:07:41 -0700
From: Jakub Kicinski <kuba@...nel.org>
To: Kurt Cancemi <kurt@...architecture.com>
Cc: netdev@...r.kernel.org, kabel@...nel.org,
Andrew Lunn <andrew@...n.ch>,
Heiner Kallweit <hkallweit1@...il.com>,
Russell King <linux@...linux.org.uk>,
"David S. Miller" <davem@...emloft.net>,
Charles-Antoine Couret <charles-antoine.couret@...vision.fr>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH net v3] net: phy: marvell: Fix invalid comparison in the
resume and suspend functions
On Sat, 12 Mar 2022 15:15:13 -0500 Kurt Cancemi wrote:
> - if (!linkmode_test_bit(ETHTOOL_LINK_MODE_FIBRE_BIT,
> + if (linkmode_test_bit(ETHTOOL_LINK_MODE_FIBRE_BIT,
> phydev->supported)) {
You should align the continuation lines so that the start matches
the opening parenthesis. I'll fix it up when applying for you this
time but please make sure to run checkpatch.pl --strict on patches
before submission. Thanks!
Powered by blists - more mailing lists