]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited4d0fcf0de809b7c9f5b9124ba2be6547442126
tree3c081804f73a3dbb809f109566c4480015509dca
parentce578f3150e02b9119c97bd727d9414aef44d236
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