[PATCH] drm: use the right function name in documentation

2016-10-10 Thread Daniel Vetter
On Sun, Oct 09, 2016 at 08:07:00PM +0300, Grazvydas Ignotas wrote: > There is no late_unregister(), it looks like the comment meant > late_register(). Also fix a typo while at it. > > Signed-off-by: Grazvydas Ignotas Applied to drm-misc, thanks. -Daniel > --- > include/drm/drm_connector.h | 4

[PATCH] drm: use the right function name in documentation

2016-10-09 Thread Grazvydas Ignotas
There is no late_unregister(), it looks like the comment meant late_register(). Also fix a typo while at it. Signed-off-by: Grazvydas Ignotas --- include/drm/drm_connector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/drm/drm_connector.h b/include/drm/drm_conn