All of lore.kernel.org
 help / color / mirror / Atom feed
* [broonie-ci:v3_20241128_csokas_bence_spi_atmel_quadspi_refactor_to_allow_supporting_sama7g5_o_qspi 11/11] drivers/spi/atmel-quadspi.c:244: warning: Function parameter or struct member 'pclk_div' not described in 'atmel_qspi_pcal'
@ 2024-12-17 15:06 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2024-12-17 15:06 UTC (permalink / raw)
  To: Tudor Ambarus
  Cc: oe-kbuild-all, Mark Brown, Varshini Rajendran,
	Csókás, Bence

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/ci.git v3_20241128_csokas_bence_spi_atmel_quadspi_refactor_to_allow_supporting_sama7g5_o_qspi
head:   5af42209a4d23adc9a09e59e586d1b47fef3cc86
commit: 5af42209a4d23adc9a09e59e586d1b47fef3cc86 [11/11] spi: atmel-quadspi: Add support for sama7g5 QSPI
config: arm-randconfig-002-20241217 (https://download.01.org/0day-ci/archive/20241217/202412172335.waixDMGG-lkp@intel.com/config)
compiler: arm-linux-gnueabi-gcc (GCC) 14.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20241217/202412172335.waixDMGG-lkp@intel.com/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@intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202412172335.waixDMGG-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/spi/atmel-quadspi.c:244: warning: Function parameter or struct member 'pclk_div' not described in 'atmel_qspi_pcal'
>> drivers/spi/atmel-quadspi.c:244: warning: Excess struct member 'pclkdiv' description in 'atmel_qspi_pcal'


vim +244 drivers/spi/atmel-quadspi.c

   232	
   233	/* Use PIO for small transfers. */
   234	#define ATMEL_QSPI_DMA_MIN_BYTES	16
   235	/**
   236	 * struct atmel_qspi_pcal - Pad Calibration Clock Division
   237	 * @pclk_rate: peripheral clock rate.
   238	 * @pclkdiv: calibration clock division. The clock applied to the calibration
   239	 *           cell is divided by pclkdiv + 1.
   240	 */
   241	struct atmel_qspi_pcal {
   242		u32 pclk_rate;
   243		u8 pclk_div;
 > 244	};
   245	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-17 15:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 15:06 [broonie-ci:v3_20241128_csokas_bence_spi_atmel_quadspi_refactor_to_allow_supporting_sama7g5_o_qspi 11/11] drivers/spi/atmel-quadspi.c:244: warning: Function parameter or struct member 'pclk_div' not described in 'atmel_qspi_pcal' kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.