drm/amd/display: Add comma to last entry of enum for consistency
[Why&How] Add comma to last entry of enum for consistency. Reviewed-by: Jun Lei <jun.lei@amd.com> Signed-off-by: Alvin Lee <Alvin.Lee2@amd.com> Signed-off-by: Ivan Lipski <ivan.lipski@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -434,7 +434,7 @@ enum p_state_switch_method {
|
||||
P_STATE_V_ACTIVE,
|
||||
P_STATE_SUB_VP,
|
||||
P_STATE_DRR_SUB_VP,
|
||||
P_STATE_V_BLANK_SUB_VP
|
||||
P_STATE_V_BLANK_SUB_VP,
|
||||
};
|
||||
|
||||
struct pipe_ctx {
|
||||
|
||||
Reference in New Issue
Block a user