diff options
Diffstat (limited to 'Documentation/slow-work.txt')
-rw-r--r-- | Documentation/slow-work.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/slow-work.txt b/Documentation/slow-work.txt index f12fda31dcdc..c655c517fc68 100644 --- a/Documentation/slow-work.txt +++ b/Documentation/slow-work.txt | |||
@@ -125,7 +125,7 @@ ITEM OPERATIONS | |||
125 | =============== | 125 | =============== |
126 | 126 | ||
127 | Each work item requires a table of operations of type struct slow_work_ops. | 127 | Each work item requires a table of operations of type struct slow_work_ops. |
128 | All members are required: | 128 | Only ->execute() is required, getting and putting of a reference are optional. |
129 | 129 | ||
130 | (*) Get a reference on an item: | 130 | (*) Get a reference on an item: |
131 | 131 | ||