[Intel-gfx] [PATCH] drm/i915: Fix spelling typo in comment

Tvrtko Ursulin tvrtko.ursulin at linux.intel.com
Wed Jun 22 06:53:05 UTC 2022


On 16/06/2022 08:08, 1064094935 at qq.com wrote:
> From: pengfuyuan <pengfuyuan at kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot at kylinos.cn>
> Signed-off-by: pengfuyuan <pengfuyuan at kylinos.cn>
> ---
>   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


More information about the Intel-gfx mailing list