diff mbox

dma-fence: remove duplicate word in comment

Message ID 1508333423-5394-1-git-send-email-frank.binns@imgtec.com (mailing list archive)
State New, archived
Headers show

Commit Message

Frank Binns Oct. 18, 2017, 1:30 p.m. UTC
Signed-off-by: Frank Binns <frank.binns@imgtec.com>
---
 include/linux/dma-fence.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Chris Wilson Oct. 18, 2017, 3:26 p.m. UTC | #1
Quoting Frank Binns (2017-10-18 14:30:23)

You mean it's not markdown for making it double-height bold?

> Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
-Chris
Daniel Vetter Oct. 18, 2017, 4:20 p.m. UTC | #2
On Wed, Oct 18, 2017 at 04:26:48PM +0100, Chris Wilson wrote:
> Quoting Frank Binns (2017-10-18 14:30:23)
> 
> You mean it's not markdown for making it double-height bold?
> 
> > Signed-off-by: Frank Binns <frank.binns@imgtec.com>
> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>

Applied to drm-misc-next.
-Daniel
diff mbox

Patch

diff --git a/include/linux/dma-fence.h b/include/linux/dma-fence.h
index ca97422..efdabbb 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,