Skip to content

Commit 78a7f0c

Browse files
Lee Jonesbroonie
authored andcommitted
spi: spi-meson-spifc: Fix misdocumenting of 'dev' in 'struct meson_spifc'
Fixes the following W=1 kernel build warning(s): drivers/spi/spi-meson-spifc.c:80: warning: Function parameter or member 'dev' not described in 'meson_spifc' Signed-off-by: Lee Jones <[email protected]> Cc: Kevin Hilman <[email protected]> Cc: Beniamino Galvani <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent dfa51f6 commit 78a7f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/spi-meson-spifc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
* @master: the SPI master
7171
* @regmap: regmap for device registers
7272
* @clk: input clock of the built-in baud rate generator
73-
* @device: the device structure
73+
* @dev: the device structure
7474
*/
7575
struct meson_spifc {
7676
struct spi_master *master;

0 commit comments

Comments
 (0)