Re: [PATCH] drm: fix typo in drm_gem_get_pages() comment

2017-10-09 Thread Jani Nikula
On Wed, 04 Oct 2017, Daniel Vetter wrote: > On Tue, Oct 03, 2017 at 09:38:10AM -0600, Jordan Crouse wrote: >> I spent an embarrassingly long time looking for drm_gem_init_object() >> before I realized I was actually looking for drm_gem_object_init(). >> Fix the typo to keep other

Re: [PATCH] drm: fix typo in drm_gem_get_pages() comment

2017-10-04 Thread Daniel Vetter
On Tue, Oct 03, 2017 at 09:38:10AM -0600, Jordan Crouse wrote: > I spent an embarrassingly long time looking for drm_gem_init_object() > before I realized I was actually looking for drm_gem_object_init(). > Fix the typo to keep other poor developers from suffering the same > fate. > >

[PATCH] drm: fix typo in drm_gem_get_pages() comment

2017-10-03 Thread Jordan Crouse
I spent an embarrassingly long time looking for drm_gem_init_object() before I realized I was actually looking for drm_gem_object_init(). Fix the typo to keep other poor developers from suffering the same fate. Signed-off-by: Jordan Crouse --- drivers/gpu/drm/drm_gem.c |