]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function header
authorLee Jones <lee.jones@linaro.org>
Wed, 1 Jul 2020 12:46:52 +0000 (13:46 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Jul 2020 10:18:25 +0000 (12:18 +0200)
commit47d0c1409d2ddc66faaa13ea3f539fad25fdba9c
treec57dd49674b27662b40d095d1d5baf734ba7de25
parent990ff8d37648569617dd08c74c96aac6f87d0b6a
mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function header

No other function in the file is documented using kerneldoc and no
effort to document the function arguments have been made.  It's a
bit of an oddity to say the least.  Let's downgrade it from
kerneldoc to a standard comment block instead.

Fixes the following W=1 kernel build warning:

 drivers/mmc/host/mtk-sd.c:1030: warning: Function parameter or member 'host' not described in 'msdc_recheck_sdio_irq'

Cc: Chaotian Jing <chaotian.jing@mediatek.com>
Cc: Matthias Brugger <matthias.bgg@gmail.com>
Cc: linux-mediatek@lists.infradead.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://lore.kernel.org/r/20200701124702.908713-6-lee.jones@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/mtk-sd.c