Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/doc: Fix typos for early_unregister doc

There's no late_unregister. While at it switch to the new canonical
reference style.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170125062657.19270-14-daniel.vetter@ffwll.ch

+3 -3
+1 -1
include/drm/drm_crtc.h
··· 560 560 * 561 561 * This optional hook should be used to unregister the additional 562 562 * userspace interfaces attached to the crtc from 563 - * late_unregister(). It is called from drm_dev_unregister(), 563 + * @late_register. It is called from drm_dev_unregister(), 564 564 * early in the driver unload sequence to disable userspace access 565 565 * before data structures are torndown. 566 566 */
+1 -1
include/drm/drm_encoder.h
··· 75 75 * 76 76 * This optional hook should be used to unregister the additional 77 77 * userspace interfaces attached to the encoder from 78 - * late_unregister(). It is called from drm_dev_unregister(), 78 + * @late_register. It is called from drm_dev_unregister(), 79 79 * early in the driver unload sequence to disable userspace access 80 80 * before data structures are torndown. 81 81 */
+1 -1
include/drm/drm_plane.h
··· 372 372 * 373 373 * This optional hook should be used to unregister the additional 374 374 * userspace interfaces attached to the plane from 375 - * late_unregister(). It is called from drm_dev_unregister(), 375 + * @late_register. It is called from drm_dev_unregister(), 376 376 * early in the driver unload sequence to disable userspace access 377 377 * before data structures are torndown. 378 378 */