mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 07:33:19 +02:00
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:
parent
d0e164f72e
commit
72b4aabdf1
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user