Signed-off-by: Frank Binns frank.binns@imgtec.com --- include/linux/dma-fence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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,
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
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
dri-devel@lists.freedesktop.org