[Intel-gfx] [PATCH 4/9] drm/i915/error: Fix typo "accesible"

Ricardo Ribalda ribalda at chromium.org
Thu Mar 18 20:22:18 UTC 2021


Trivial fix.

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

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);
-- 
2.31.0.rc2.261.g7f71774620-goog



More information about the Intel-gfx mailing list