]> Git Repo - linux.git/commit
mmc: sdhci-s3c: Provide documentation for missing struct properties
authorLee Jones <[email protected]>
Wed, 1 Jul 2020 12:46:51 +0000 (13:46 +0100)
committerUlf Hansson <[email protected]>
Mon, 13 Jul 2020 10:18:25 +0000 (12:18 +0200)
commit46525bcc5c18f271ec522f47583066e82e964a08
tree179f24777e59ee15fe43f106559f5c5e7ed5fc59
parent33fc1ebe509ad761937434ce43e1552ce50047ce
mmc: sdhci-s3c: Provide documentation for missing struct properties

Describe properties; ext_cd_irq, clk_rates and no_divider (x2).

Squashes the following W=1 kernel build warnings:

 drivers/mmc/host/sdhci-s3c.c:126: warning: Function parameter or member 'ext_cd_irq' not described in 'sdhci_s3c'
 drivers/mmc/host/sdhci-s3c.c:126: warning: Function parameter or member 'clk_rates' not described in 'sdhci_s3c'
 drivers/mmc/host/sdhci-s3c.c:126: warning: Function parameter or member 'no_divider' not described in 'sdhci_s3c'
 drivers/mmc/host/sdhci-s3c.c:139: warning: Function parameter or member 'no_divider' not described in 'sdhci_s3c_drv_data'

Cc: Adrian Hunter <[email protected]>
Cc: Ben Dooks <[email protected]>
Cc: Jaehoon Chung <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/host/sdhci-s3c.c
This page took 0.051766 seconds and 4 git commands to generate.