On 26.10.23 22:03, kernel test robot wrote: > Hi Eberhard, > > kernel test robot noticed the following build warnings: > > [auto build test WARNING on 05d3ef8bba77c1b5f98d941d8b2d4aeab8118ef1] > > url: https://github.com/intel-lab-lkp/linux/commits/Eberhard-Stoll/spi-Add-parameter-for-clock-to-rx-delay/20231026-232547 > base: 05d3ef8bba77c1b5f98d941d8b2d4aeab8118ef1 > patch link: https://lore.kernel.org/r/20231026152316.2729575-5-estl%40gmx.net > patch subject: [PATCH 4/4] spi: spi-fsl-qspi: Add support for rx data sample point adjustment > config: m68k-allyesconfig (https://download.01.org/0day-ci/archive/20231027/202310270332.mcbckKCr-lkp@xxxxxxxxx/config) > compiler: m68k-linux-gcc (GCC) 13.2.0 > reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20231027/202310270332.mcbckKCr-lkp@xxxxxxxxx/reproduce) > > If you fix the issue in a separate patch/commit (i.e. not just a new version of > the same patch/commit), kindly add following tags > | Reported-by: kernel test robot <lkp@xxxxxxxxx> > | Closes: https://lore.kernel.org/oe-kbuild-all/202310270332.mcbckKCr-lkp@xxxxxxxxx/ > > All warnings (new ones prefixed by >>): > > drivers/spi/spi-fsl-qspi.c: In function 'fsl_qspi_select_mem': >>> drivers/spi/spi-fsl-qspi.c:558:38: warning: suggest parentheses around comparison in operand of '|' [-Wparentheses] > 558 | if (chip->rx_sample_delay_ns != spi->rx_sample_delay_ns | > | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~ IIRC, when I prepared the patches for sending "checkpatch.pl --strict" suggested to remove the parentheses here. Seems a bit inconsistent...