aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Binns <frank.binns@imgtec.com>2017-10-18 09:30:23 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-10-18 12:20:25 -0400
commit448956d619a35538e71e8a2d8f1e4bc274037767 (patch)
tree3eeeb75e381df27a23305190245f76aeffb3c6c2
parent6c684e3b677eee1272f7952a16ffb9aac2c228f9 (diff)
dma-fence: remove duplicate word in comment
Signed-off-by: Frank Binns <frank.binns@imgtec.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/1508333423-5394-1-git-send-email-frank.binns@imgtec.com
-rw-r--r--include/linux/dma-fence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h
index ca974224d92e..efdabbb64e3c 100644
--- a/include/linux/dma-fence.h
+++ b/include/linux/dma-fence.h
@@ -128,7 +128,7 @@ struct dma_fence_cb {
128 * implementation know that there is another driver waiting on 128 * implementation know that there is another driver waiting on
129 * the signal (ie. hw->sw case). 129 * the signal (ie. hw->sw case).
130 * 130 *
131 * This function can be called called from atomic context, but not 131 * This function can be called from atomic context, but not
132 * from irq context, so normal spinlocks can be used. 132 * from irq context, so normal spinlocks can be used.
133 * 133 *
134 * A return value of false indicates the fence already passed, 134 * A return value of false indicates the fence already passed,