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

\
 
 \ /
  Last update: 2022-03-14 23:08    [W:0.075 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site