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

drm: Fix subtle spelling error in drm_crtc_state

The drm_crtc_state documentation contains a subtle misspelling of the
word subtle. Correct it.

Signed-off-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>

authored by

Kieran Bingham and committed by
Laurent Pinchart
bb102110 73eb5476

+1 -1
+1 -1
include/drm/drm_crtc.h
··· 78 78 /** 79 79 * struct drm_crtc_state - mutable CRTC state 80 80 * 81 - * Note that the distinction between @enable and @active is rather subtile: 81 + * Note that the distinction between @enable and @active is rather subtle: 82 82 * Flipping @active while @enable is set without changing anything else may 83 83 * never return in a failure from the &drm_mode_config_funcs.atomic_check 84 84 * callback. Userspace assumes that a DPMS On will always succeed. In other