Re: [PATCH v2] drm: Correct a typo in a function comment

2020-03-18 Thread Daniel Vetter
On Tue, Mar 17, 2020 at 06:03:39PM -0300, Igor Matheus Andrade Torrente wrote: > Replace "pionter" with "pointer" in the drm_gem_handle_create description. > > Changes in v2: > - Change subject text > > Signed-off-by: Igor Matheus Andrade Torrente Thanks for your patch, queued for 5.8 in drm-mi

[PATCH v2] drm: Correct a typo in a function comment

2020-03-17 Thread Igor Matheus Andrade Torrente
Replace "pionter" with "pointer" in the drm_gem_handle_create description. Changes in v2: - Change subject text Signed-off-by: Igor Matheus Andrade Torrente --- drivers/gpu/drm/drm_gem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/drm_gem.c b/drivers/gpu/