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 @@ -41,7 +41,7 @@ static inline void devm_delayed_work_drop(void *res)
41
41
* detached. A few drivers need delayed work which must be cancelled before
42
42
* driver is detached to avoid accessing removed resources.
43
43
* devm_delayed_work_autocancel() can be used to omit the explicit
44
- * cancelleation when driver is detached.
44
+ * cancellation when driver is detached.
45
45
*/
46
46
static inline int devm_delayed_work_autocancel (struct device * dev ,
47
47
struct delayed_work * w ,
@@ -66,7 +66,7 @@ static inline void devm_work_drop(void *res)
66
66
* A few drivers need to queue work which must be cancelled before driver
67
67
* is detached to avoid accessing removed resources.
68
68
* devm_work_autocancel() can be used to omit the explicit
69
- * cancelleation when driver is detached.
69
+ * cancellation when driver is detached.
70
70
*/
71
71
static inline int devm_work_autocancel (struct device * dev ,
72
72
struct work_struct * w ,
You can’t perform that action at this time.
0 commit comments