From: Krzysztof Kozlowski Date: Thu, 15 Apr 2021 08:44:11 +0000 (+0200) Subject: mmc: sdhci-s3c: correct kerneldoc of sdhci_s3c_drv_data X-Git-Tag: accepted/tizen/unified/20230118.172025~7350^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90cdaa84c57dbf29e4a70d6e1204224f662f4873;p=platform%2Fkernel%2Flinux-rpi.git mmc: sdhci-s3c: correct kerneldoc of sdhci_s3c_drv_data Correct the name of sdhci_s3c_drv_data structure in kerneldoc: drivers/mmc/host/sdhci-s3c.c:143: warning: expecting prototype for struct sdhci_s3c_driver_data. Prototype was for struct sdhci_s3c_drv_data instead Signed-off-by: Krzysztof Kozlowski Reviewed-by: Sylwester Nawrocki Link: https://lore.kernel.org/r/20210415084412.51125-2-krzysztof.kozlowski@canonical.com Signed-off-by: Ulf Hansson --- diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index 8e1dca6..a07a8f0 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c @@ -130,7 +130,7 @@ struct sdhci_s3c { }; /** - * struct sdhci_s3c_driver_data - S3C SDHCI platform specific driver data + * struct sdhci_s3c_drv_data - S3C SDHCI platform specific driver data * @sdhci_quirks: sdhci host specific quirks. * @no_divider: no or non-standard internal clock divider. *