Re: [PATCH net-next 1/5] net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modules
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-10-29 12:54:45
From: Andrew Lunn <andrew@lunn.ch>
Date: 2020-10-29 12:54:45
It would be good to pass this through checkpatch - I notice some lines seem to be over the 80 character limit now.
Hi Russell The limit got raised to something higher. I personally prefer 80, and if a file is using 80, new code would be inconsistent with old code if it did not use 80. So your request is reasonable anyway. Andrew