Commit 5b256b56 authored by Matti Vaittinen's avatar Matti Vaittinen Committed by Wim Van Sebroeck

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: default avatarMatti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20191010060733.GA9979@localhost.localdomainSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent ef14cab2
...@@ -97,7 +97,7 @@ EXPORT_SYMBOL(bd70528_wdt_set); ...@@ -97,7 +97,7 @@ EXPORT_SYMBOL(bd70528_wdt_set);
/** /**
* bd70528_wdt_lock - take WDT lock * bd70528_wdt_lock - take WDT lock
* *
* @bd70528: device data for the PMIC instance we want to operate on * @data: device data for the PMIC instance we want to operate on
* *
* Lock WDT for arming/disarming in order to avoid race condition caused * Lock WDT for arming/disarming in order to avoid race condition caused
* by WDT state changes initiated by WDT and RTC drivers. * by WDT state changes initiated by WDT and RTC drivers.
...@@ -114,7 +114,7 @@ EXPORT_SYMBOL(bd70528_wdt_lock); ...@@ -114,7 +114,7 @@ EXPORT_SYMBOL(bd70528_wdt_lock);
/** /**
* bd70528_wdt_unlock - unlock WDT lock * bd70528_wdt_unlock - unlock WDT lock
* *
* @bd70528: device data for the PMIC instance we want to operate on * @data: device data for the PMIC instance we want to operate on
* *
* Unlock WDT lock which has previously been taken by call to * Unlock WDT lock which has previously been taken by call to
* bd70528_wdt_lock. * bd70528_wdt_lock.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment