Skip to content

Commit 5b256b5

Browse files
M-VaittinenWim Van Sebroeck
authored andcommitted
watchdog: bd70528: Trivial function documentation fix
The function documentation for the exported ROHM BD70528 WDG control functions used old argument names. Fix the names. Signed-off-by: Matti Vaittinen <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent ef14cab commit 5b256b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/watchdog/bd70528_wdt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ EXPORT_SYMBOL(bd70528_wdt_set);
9797
/**
9898
* bd70528_wdt_lock - take WDT lock
9999
*
100-
* @bd70528: device data for the PMIC instance we want to operate on
100+
* @data: device data for the PMIC instance we want to operate on
101101
*
102102
* Lock WDT for arming/disarming in order to avoid race condition caused
103103
* by WDT state changes initiated by WDT and RTC drivers.
@@ -114,7 +114,7 @@ EXPORT_SYMBOL(bd70528_wdt_lock);
114114
/**
115115
* bd70528_wdt_unlock - unlock WDT lock
116116
*
117-
* @bd70528: device data for the PMIC instance we want to operate on
117+
* @data: device data for the PMIC instance we want to operate on
118118
*
119119
* Unlock WDT lock which has previously been taken by call to
120120
* bd70528_wdt_lock.

0 commit comments

Comments
 (0)