aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Binns <[email protected]>2017-10-18 14:30:23 +0100
committerDaniel Vetter <[email protected]>2017-10-18 18:20:25 +0200
commit448956d619a35538e71e8a2d8f1e4bc274037767 (patch)
tree3eeeb75e381df27a23305190245f76aeffb3c6c2
parent6c684e3b677eee1272f7952a16ffb9aac2c228f9 (diff)
dma-fence: remove duplicate word in comment
Signed-off-by: Frank Binns <[email protected]> Reviewed-by: Chris Wilson <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-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 {
* implementation know that there is another driver waiting on
* the signal (ie. hw->sw case).
*
- * This function can be called called from atomic context, but not
+ * This function can be called from atomic context, but not
* from irq context, so normal spinlocks can be used.
*
* A return value of false indicates the fence already passed,