From: Bhaskar Chowdhury Date: Sat, 20 Mar 2021 21:16:17 +0000 (+0530) Subject: drm/vmwgfx: Fix a typo X-Git-Tag: accepted/tizen/unified/20230118.172025~6402^2~28^2~504 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=82cc3b070350beecb1c0f65772aaa85c6b248d9e;p=platform%2Fkernel%2Flinux-rpi.git drm/vmwgfx: Fix a typo s/particuar/particular/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Reviewed-by: Zack Rusin Signed-off-by: Zack Rusin Link: https://patchwork.freedesktop.org/patch/msgid/20210320211617.30746-1-unixbhaskar@gmail.com --- diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_so.c b/drivers/gpu/drm/vmwgfx/vmwgfx_so.c index 2877c7b..a0e49dcd 100644 --- a/drivers/gpu/drm/vmwgfx/vmwgfx_so.c +++ b/drivers/gpu/drm/vmwgfx/vmwgfx_so.c @@ -33,7 +33,7 @@ * The currently only reason we need to keep track of views is that if we * destroy a hardware surface, all views pointing to it must also be destroyed, * otherwise the device will error. - * So in particuar if a surface is evicted, we must destroy all views pointing + * So in particular if a surface is evicted, we must destroy all views pointing * to it, and all context bindings of that view. Similarly we must restore * the view bindings, views and surfaces pointed to by the views when a * context is referenced in the command stream.