Skip to content

Commit 6ebfd22

Browse files
Lee Jonespinchartl
authored andcommitted
drm/xlnx/zynqmp_disp: Fix incorrectly named enum 'zynqmp_disp_layer_id'
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/xlnx/zynqmp_disp.c:101: warning: expecting prototype for enum zynqmp_disp_id. Prototype was for enum zynqmp_disp_layer_id instead Signed-off-by: Lee Jones <[email protected]> Reviewed-by: Laurent Pinchart <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]>
1 parent 8c772f0 commit 6ebfd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/xlnx/zynqmp_disp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ struct zynqmp_disp_format {
9191
};
9292

9393
/**
94-
* enum zynqmp_disp_id - Layer identifier
94+
* enum zynqmp_disp_layer_id - Layer identifier
9595
* @ZYNQMP_DISP_LAYER_VID: Video layer
9696
* @ZYNQMP_DISP_LAYER_GFX: Graphics layer
9797
*/

0 commit comments

Comments
 (0)