mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-09 07:28:42 +02:00
tests/modetest: remove bracket in dump_connectors()
Signed-off-by: Nicolas Caramelli <caramelli.devel@gmail.com>
This commit is contained in:
parent
31dc14840f
commit
1a2b1a6cac
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ static void dump_connectors(struct device *dev)
|
|||
if (connector->count_modes) {
|
||||
printf(" modes:\n");
|
||||
printf("\tindex name refresh (Hz) hdisp hss hse htot vdisp "
|
||||
"vss vse vtot)\n");
|
||||
"vss vse vtot\n");
|
||||
for (j = 0; j < connector->count_modes; j++)
|
||||
dump_mode(&connector->modes[j], j);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue