Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: core: Add missing documetation for 'mmc' and 'ios'

Remainder of the kerneldoc descriptions look present and correct.

Fixes the following W=1 kernel build warnings:

drivers/mmc/core/regulator.c:178: warning: Function parameter or member 'mmc' not described in 'mmc_regulator_set_vqmmc'
drivers/mmc/core/regulator.c:178: warning: Function parameter or member 'ios' not described in 'mmc_regulator_set_vqmmc'

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20200701124702.908713-4-lee.jones@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

authored by

Lee Jones and committed by
Ulf Hansson
33fc1ebe a79c3f40

+2
+2
drivers/mmc/core/regulator.c
··· 159 159 160 160 /** 161 161 * mmc_regulator_set_vqmmc - Set VQMMC as per the ios 162 + * @mmc: the host to regulate 163 + * @ios: io bus settings 162 164 * 163 165 * For 3.3V signaling, we try to match VQMMC to VMMC as closely as possible. 164 166 * That will match the behavior of old boards where VQMMC and VMMC were supplied