Re: [PATCH] drm: simple_kms_helper: Fix .mode_valid() documentation

2018-03-06 Thread Daniel Vetter
On Tue, Feb 27, 2018 at 11:11:09AM +0100, Linus Walleij wrote: > This fixes up the .mode_valid() vtable entry documentation > by copyediting the documentation from the .mode_valid() > documentation in the drm_modeset_helper_vtables.h file. > > Fixes: 40275dc4edb4 ("drm: simple_kms_helper: Add mode

[PATCH] drm: simple_kms_helper: Fix .mode_valid() documentation

2018-02-27 Thread Linus Walleij
This fixes up the .mode_valid() vtable entry documentation by copyediting the documentation from the .mode_valid() documentation in the drm_modeset_helper_vtables.h file. Fixes: 40275dc4edb4 ("drm: simple_kms_helper: Add mode_valid() callback support") Suggested-by: Daniel Vetter Signed-off-by: