mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	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>
This commit is contained in:
		
							parent
							
								
									73eb5476df
								
							
						
					
					
						commit
						bb10211058
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -78,7 +78,7 @@ struct drm_plane_helper_funcs;
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * struct drm_crtc_state - mutable CRTC state
 | 
					 * struct drm_crtc_state - mutable CRTC state
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * Note that the distinction between @enable and @active is rather subtile:
 | 
					 * Note that the distinction between @enable and @active is rather subtle:
 | 
				
			||||||
 * Flipping @active while @enable is set without changing anything else may
 | 
					 * Flipping @active while @enable is set without changing anything else may
 | 
				
			||||||
 * never return in a failure from the &drm_mode_config_funcs.atomic_check
 | 
					 * never return in a failure from the &drm_mode_config_funcs.atomic_check
 | 
				
			||||||
 * callback. Userspace assumes that a DPMS On will always succeed. In other
 | 
					 * callback. Userspace assumes that a DPMS On will always succeed. In other
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue