diff mbox series

[4/9] drm/i915/error: Fix typo "accesible"

Message ID 20210318202223.164873-4-ribalda@chromium.org (mailing list archive)
State New, archived
Headers show
Series None | expand

Commit Message

Ricardo Ribalda March 18, 2021, 8:22 p.m. UTC
Trivial fix.

Cc: intel-gfx@lists.freedesktop.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 drivers/gpu/drm/i915/i915_gpu_error.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c
index f962693404b7..ea7d0398fb05 100644
--- a/drivers/gpu/drm/i915/i915_gpu_error.c
+++ b/drivers/gpu/drm/i915/i915_gpu_error.c
@@ -1503,7 +1503,7 @@  gt_record_uc(struct intel_gt_coredump *gt,
 	memcpy(&error_uc->huc_fw, &uc->huc.fw, sizeof(uc->huc.fw));
 
 	/* Non-default firmware paths will be specified by the modparam.
-	 * As modparams are generally accesible from the userspace make
+	 * As modparams are generally accessible from the userspace make
 	 * explicit copies of the firmware paths.
 	 */
 	error_uc->guc_fw.path = kstrdup(uc->guc.fw.path, ALLOW_FAIL);