Skip to content

Commit ec5bd56

Browse files
committed
documentation: deferred_work: Remove accidental whitespce
1 parent 412fb94 commit ec5bd56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/teaching/labs/deferred_work.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ Tasklets can be masked and the following functions can be used:
180180

181181
.. code-block:: c
182182
183-
void tasklet_enable(struct tasklet_struct * tasklet );
184-
void tasklet_disable(struct tasklet_struct * tasklet );
183+
void tasklet_enable(struct tasklet_struct * tasklet);
184+
void tasklet_disable(struct tasklet_struct * tasklet);
185185
186186
Remember that since tasklets are running from softirqs, blocking calls
187187
can not be used in the handler function.

0 commit comments

Comments
 (0)