On 16/06/2022 08:08, [email protected] wrote:
> From: pengfuyuan <[email protected]>
>
> Fix spelling typo in comment.
>
> Reported-by: k2ci <[email protected]>
> Signed-off-by: pengfuyuan <[email protected]>
> ---
> drivers/gpu/drm/i915/gem/i915_gem_tiling.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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)
Merged to drm-intel-gt-next - thanks for the patch!
Regards,
Tvrtko