Skip to content

Commit 550f905

Browse files
plbossartvinodkoul
authored andcommitted
soundwire: cadence: fix kernel-doc parameter descriptions
Fix previous update, bad git merge likely. oops. Fixes: 39737a3 ("soundwire: cadence: update kernel-doc parameter descriptions") Signed-off-by: Pierre-Louis Bossart <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 451ed96 commit 550f905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soundwire/cadence_master.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ EXPORT_SYMBOL(sdw_cdns_thread);
819819
/**
820820
* sdw_cdns_exit_reset() - Program reset parameters and start bus operations
821821
* @cdns: Cadence instance
822-
* @state: True if we are trying to enable interrupt.
823822
*/
824823
int sdw_cdns_exit_reset(struct sdw_cdns *cdns)
825824
{
@@ -846,6 +845,7 @@ EXPORT_SYMBOL(sdw_cdns_exit_reset);
846845
/**
847846
* sdw_cdns_enable_interrupt() - Enable SDW interrupts
848847
* @cdns: Cadence instance
848+
* @state: True if we are trying to enable interrupt.
849849
*/
850850
int sdw_cdns_enable_interrupt(struct sdw_cdns *cdns, bool state)
851851
{

0 commit comments

Comments
 (0)