]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: cqhci: Demote faux kerneldoc header down to basic comment block
authorLee Jones <lee.jones@linaro.org>
Wed, 1 Jul 2020 12:47:01 +0000 (13:47 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 13 Jul 2020 10:18:26 +0000 (12:18 +0200)
commit326179b00b9def0f107f195c61753473ad9844a6
tree145c549ce00a732f8afec94a3aa314d7741cc720
parent1d39fe4db3dc82955b64d16a178548faf37f6bba
mmc: cqhci: Demote faux kerneldoc header down to basic comment block

cqhci_host_alloc_tdl()'s function header is the only one in
kerneldoc format.  Which seems odd as it's not part of an
external API and isn't referenced anywhere else.  Seeing as
there has also been no attempt to describe the expected
function arguments either, we're going to assume that this is
not actually a bona fide kerneldoc use-case.

Fixes the following W=1 kernel build warning:

 drivers/mmc/host/cqhci.c:163: warning: Function parameter or member 'cq_host' not described in 'cqhci_host_alloc_tdl'

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ritesh Harjani <riteshh@codeaurora.org>
Cc: Asutosh Das <asutoshd@codeaurora.org>
Cc: Venkat Gopalakrishnan <venkatg@codeaurora.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20200701124702.908713-15-lee.jones@linaro.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/cqhci.c