On Mon, Oct 30, 2023 at 01:40:14PM +0100, Greg KH wrote: > On Mon, Oct 30, 2023 at 07:06:23PM +0700, Bagas Sanjaya wrote: > > On Sun, Oct 29, 2023 at 06:54:05PM +0000, Dorine Tipo wrote: > > > diff --git a/drivers/staging/octeon/ethernet-rgmii.c b/drivers/staging/octeon/ethernet-rgmii.c > > > index 0c4fac31540a..15d2c84925ba 100644 > > > --- a/drivers/staging/octeon/ethernet-rgmii.c > > > +++ b/drivers/staging/octeon/ethernet-rgmii.c > > > @@ -148,7 +148,7 @@ int cvm_oct_rgmii_open(struct net_device *dev) > > > */ > > > if ((priv->imode == CVMX_HELPER_INTERFACE_MODE_GMII && > > > priv->port == 0) || > > > - (priv->imode == CVMX_HELPER_INTERFACE_MODE_RGMII)) { > > > + priv->imode == CVMX_HELPER_INTERFACE_MODE_RGMII) { > > > priv->poll = cvm_oct_check_preamble_errors; > > > cvm_oct_check_preamble_errors(dev); > > > } > > > > > > > I'd prefer explicit parens on the right-hand side of || instead (to match > > the left-hand one). > > Sorry, but as always for this type of change, I will reject it so > there's no need to ask for it to be cleaned up any other way. Oh dear! That's what I mean (keeping the status quo/code unchanged). > > Dorine, this type of change is constantly rejected on the mailing list > that you should be copying all of these patches to. Please search the > archives for reasons why. Greg has review discussions on why it is the case ([1] and [2]). [1]: https://lore.kernel.org/all/Y%2FiaYtKk4VSokAFz@kroah.com/ [2]: https://lore.kernel.org/all/20190401060216.GA5286@kroah.com/ Thanks. -- An old man doll... just what I always wanted! - Clara