We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31b0e2 commit 1a24e09Copy full SHA for 1a24e09
drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c
@@ -82,7 +82,7 @@ static int _dpu_danger_signal_status(struct seq_file *s,
82
seq_printf(s, "MDP : 0x%x\n", status.mdp);
83
84
for (i = SSPP_VIG0; i < SSPP_MAX; i++)
85
- seq_printf(s, "SSPP%d : 0x%x \t", i - SSPP_VIG0,
+ seq_printf(s, "SSPP%d : 0x%x \n", i - SSPP_VIG0,
86
status.sspp[i]);
87
seq_puts(s, "\n");
88
0 commit comments