aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/slow-work.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/slow-work.txt')
-rw-r--r--Documentation/slow-work.txt2
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
127Each work item requires a table of operations of type struct slow_work_ops. 127Each work item requires a table of operations of type struct slow_work_ops.
128All members are required: 128Only ->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