aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpengfuyuan <[email protected]>2022-06-16 15:08:03 +0800
committerTvrtko Ursulin <[email protected]>2022-06-22 07:49:25 +0100
commit14d6a086f6b91238873d3363f840a91b3aa062de (patch)
tree2eb21528e5f6e4f2c5946c7251afb18e8391f405
parentfc98eb494c4be6aed076c1ad21d46d5950415ca0 (diff)
drm/i915: Fix spelling typo in comment
Fix spelling typo in comment. Reported-by: k2ci <[email protected]> Signed-off-by: pengfuyuan <[email protected]> Signed-off-by: Tvrtko Ursulin <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
-rw-r--r--drivers/gpu/drm/i915/gem/i915_gem_tiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/gem/i915_gem_tiling.c b/drivers/gpu/drm/i915/gem/i915_gem_tiling.c
index 80ac0db1ae8c..85518b28cd72 100644
--- a/drivers/gpu/drm/i915/gem/i915_gem_tiling.c
+++ b/drivers/gpu/drm/i915/gem/i915_gem_tiling.c
@@ -114,7 +114,7 @@ u32 i915_gem_fence_alignment(struct drm_i915_private *i915, u32 size,
return i915_gem_fence_size(i915, size, tiling, stride);
}
-/* Check pitch constriants for all chips & tiling formats */
+/* Check pitch constraints for all chips & tiling formats */
static bool
i915_tiling_ok(struct drm_i915_gem_object *obj,
unsigned int tiling, unsigned int stride)