We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412fb94 commit ec5bd56Copy full SHA for ec5bd56
Documentation/teaching/labs/deferred_work.rst
@@ -180,8 +180,8 @@ Tasklets can be masked and the following functions can be used:
180
181
.. code-block:: c
182
183
- void tasklet_enable(struct tasklet_struct * tasklet );
184
- void tasklet_disable(struct tasklet_struct * tasklet );
+ void tasklet_enable(struct tasklet_struct * tasklet);
+ void tasklet_disable(struct tasklet_struct * tasklet);
185
186
Remember that since tasklets are running from softirqs, blocking calls
187
can not be used in the handler function.
0 commit comments