diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_lrc.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_lrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_lrc.c b/drivers/gpu/drm/i915/intel_lrc.c index 292beb0fa1dc..6025ac754c37 100644 --- a/drivers/gpu/drm/i915/intel_lrc.c +++ b/drivers/gpu/drm/i915/intel_lrc.c | |||
@@ -1681,7 +1681,7 @@ static int lrc_setup_hardware_status_page(struct intel_engine_cs *ring, | |||
1681 | * the creation is a deferred call: it's better to make sure first that we need to use | 1681 | * the creation is a deferred call: it's better to make sure first that we need to use |
1682 | * a given ring with the context. | 1682 | * a given ring with the context. |
1683 | * | 1683 | * |
1684 | * Return: non-zero on eror. | 1684 | * Return: non-zero on error. |
1685 | */ | 1685 | */ |
1686 | int intel_lr_context_deferred_create(struct intel_context *ctx, | 1686 | int intel_lr_context_deferred_create(struct intel_context *ctx, |
1687 | struct intel_engine_cs *ring) | 1687 | struct intel_engine_cs *ring) |