[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YMOKHC6LV1SvMupN@lunn.ch>
Date: Fri, 11 Jun 2021 18:06:52 +0200
From: Andrew Lunn <andrew@...n.ch>
To: Weihang Li <liweihang@...wei.com>
Cc: davem@...emloft.net, kuba@...nel.org, hkallweit1@...il.com,
netdev@...r.kernel.org, linuxarm@...wei.com,
Wenpeng Liang <liangwenpeng@...wei.com>
Subject: Re: [PATCH net-next 7/8] net: phy: remove unnecessary line
continuation
> - phy_write(phydev, ET1011C_CONFIG_REG, val\
> - | ET1011C_GMII_INTERFACE\
> - | ET1011C_SYS_CLK_EN\
> + phy_write(phydev, ET1011C_CONFIG_REG, val
> + | ET1011C_GMII_INTERFACE
> + | ET1011C_SYS_CLK_EN
> | ET1011C_TX_FIFO_DEPTH_16);
Please put the | at the end of the line, not the beginning of the next
line.
Thanks
Andrew
Powered by blists - more mailing lists