spi: spi-meson-spifc: Fix misdocumenting of 'dev' in 'struct meson_spifc'
authorLee Jones <lee.jones@linaro.org>
Fri, 17 Jul 2020 13:54:15 +0000 (14:54 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 17 Jul 2020 15:38:48 +0000 (16:38 +0100)
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 <lee.jones@linaro.org>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: Beniamino Galvani <b.galvani@gmail.com>
Cc: linux-amlogic@lists.infradead.org
Link: https://lore.kernel.org/r/20200717135424.2442271-6-lee.jones@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-meson-spifc.c

index c7b0399..8eca6f2 100644 (file)
@@ -70,7 +70,7 @@
  * @master:    the SPI master
  * @regmap:    regmap for device registers
  * @clk:       input clock of the built-in baud rate generator
- * @device:    the device structure
+ * @dev:       the device structure
  */
 struct meson_spifc {
        struct spi_master *master;