Skip to content

Commit 4fd2707

Browse files
Bence Csókásbroonie
authored andcommitted
spi: atmel-quadspi: Fix warning in doc-comment
The doc-comment for `struct atmel_qspi_pcal` had a typo in one of the struct members' name, causing a warning with the `W=1` option. Fixes: 5af4220 ("spi: atmel-quadspi: Add support for sama7g5 QSPI") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Bence Csókás <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 2014c95 commit 4fd2707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/spi/atmel-quadspi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@
235235
/**
236236
* struct atmel_qspi_pcal - Pad Calibration Clock Division
237237
* @pclk_rate: peripheral clock rate.
238-
* @pclkdiv: calibration clock division. The clock applied to the calibration
239-
* cell is divided by pclkdiv + 1.
238+
* @pclk_div: calibration clock division. The clock applied to the calibration
239+
* cell is divided by pclk_div + 1.
240240
*/
241241
struct atmel_qspi_pcal {
242242
u32 pclk_rate;

0 commit comments

Comments
 (0)