File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ EXPORT_SYMBOL(bd70528_wdt_set);
97
97
/**
98
98
* bd70528_wdt_lock - take WDT lock
99
99
*
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
101
101
*
102
102
* Lock WDT for arming/disarming in order to avoid race condition caused
103
103
* by WDT state changes initiated by WDT and RTC drivers.
@@ -114,7 +114,7 @@ EXPORT_SYMBOL(bd70528_wdt_lock);
114
114
/**
115
115
* bd70528_wdt_unlock - unlock WDT lock
116
116
*
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
118
118
*
119
119
* Unlock WDT lock which has previously been taken by call to
120
120
* bd70528_wdt_lock.
You can’t perform that action at this time.
0 commit comments