]> Git Repo - linux.git/commitdiff
mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' arg
authorLee Jones <[email protected]>
Wed, 1 Jul 2020 12:46:49 +0000 (13:46 +0100)
committerUlf Hansson <[email protected]>
Mon, 13 Jul 2020 10:18:25 +0000 (12:18 +0200)
Add missing kerneldoc entry for sdio_set_host_pm_flags()'s 'flag'
function argument.

Fixes the following W=1 kernel build warning:

 kernel/drivers/mmc/core/sdio_io.c:722: warning: Function parameter or member 'flags' not described in 'sdio_set_host_pm_flags'

Cc: Pierre Ossman <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>
drivers/mmc/core/sdio_io.c

index cba54dfb04f78c7da6a9ac6e8534157fbb6cc560..79dbf90216b599c7195ddf9d66de52c4c034adcc 100644 (file)
@@ -709,6 +709,7 @@ EXPORT_SYMBOL_GPL(sdio_get_host_pm_caps);
 /**
  *     sdio_set_host_pm_flags - set wanted host power management capabilities
  *     @func: SDIO function attached to host
+ *     @flags: Power Management flags to set
  *
  *     Set a capability bitmask corresponding to wanted host controller
  *     power management features for the upcoming suspend state.
This page took 0.047546 seconds and 4 git commands to generate.