diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2020-08-04 18:13:56 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-18 19:52:39 +0300 |
commit | e1cc0388d6fa420b1ccea05c59ea01182400ac6e (patch) | |
tree | 2499ac848c611f7c0a5a57c026f7e5db62daef6d /drivers/spi/spi-s3c24xx.c | |
parent | b09058bbf5f083e2670186a02f5be05baf1190d7 (diff) | |
download | linux-e1cc0388d6fa420b1ccea05c59ea01182400ac6e.tar.xz |
spi: s3c24xx: correct kerneldoc comment
Correct the kerneldoc for structure to fix W=1 compile warning:
drivers/spi/spi-s3c24xx.c:36: warning: cannot understand function prototype: 'struct s3c24xx_spi_devstate '
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Andi Shyti <andi@etezian.org>
Link: https://lore.kernel.org/r/20200804151356.28057-1-krzk@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-s3c24xx.c')
-rw-r--r-- | drivers/spi/spi-s3c24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-s3c24xx.c b/drivers/spi/spi-s3c24xx.c index 2cb3b611c294..7742170fca91 100644 --- a/drivers/spi/spi-s3c24xx.c +++ b/drivers/spi/spi-s3c24xx.c @@ -28,7 +28,7 @@ #include "spi-s3c24xx-fiq.h" /** - * s3c24xx_spi_devstate - per device data + * struct s3c24xx_spi_devstate - per device data * @hz: Last frequency calculated for @sppre field. * @mode: Last mode setting for the @spcon field. * @spcon: Value to write to the SPCON register. |