spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_config
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Wed, 14 Apr 2021 20:33:42 +0000 (22:33 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 15 Apr 2021 15:07:57 +0000 (16:07 +0100)
commit7d712f799a938b37d24359ea836f58866be5e0bb
tree3c081804f73a3dbb809f109566c4480015509dca
parent609a2f9529d3d3e627776614b6cff34b21f64144
spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_config

Correct the name of s3c64xx_spi_port_config structure in kerneldoc:

  drivers/spi/spi-s3c64xx.c:154: warning:
    expecting prototype for struct s3c64xx_spi_info. Prototype was for struct s3c64xx_spi_port_config instead

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Sylwester Nawrocki <snawrocki@kernel.org>
Link: https://lore.kernel.org/r/20210414203343.203119-2-krzysztof.kozlowski@canonical.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-s3c64xx.c