]> git.baikalelectronics.ru Git - kernel.git/commit
soundwire: cadence_master: fix kernel-doc
authorPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Mon, 1 Mar 2021 17:47:14 +0000 (11:47 -0600)
committerVinod Koul <vkoul@kernel.org>
Tue, 30 Mar 2021 07:00:01 +0000 (12:30 +0530)
commita9e50a5b59c8b77c74523d08bdba5a8621ef8eae
tree7ce2a4b7f924df10c0c86d7b0321dea52172c7f1
parentc93bfa1e18437e411e300418e0f65f0fc6214165
soundwire: cadence_master: fix kernel-doc

v5.12-rc1 flags new warnings with make W=1, fix missing or broken
function descriptors.

drivers/soundwire/cadence_master.c:914: warning: expecting prototype
for To update slave status in a work since we will need to
handle(). Prototype was for cdns_update_slave_status_work() instead

drivers/soundwire/cadence_master.c:976: warning: expecting prototype
for sdw_cdns_enable_slave_interrupt(). Prototype was for
cdns_enable_slave_interrupts() instead

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20210301174714.117172-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/cadence_master.c