mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 01:37:59 +07:00
drm/qxl: Add space before open parentheses
Add space to remove checkpath.pl error: ERROR: space required before the open parenthesis '(' Signed-off-by: Shayenne da Luz Moura <shayenneluzmoura@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/1ab3ba05c140aae01bde66f73ff1f3b78bf7dfb3.1540579956.git.shayenneluzmoura@gmail.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
1b00049497
commit
26f53c4f6d
@ -940,8 +940,8 @@ static enum drm_mode_status qxl_conn_mode_valid(struct drm_connector *connector,
|
||||
/* TODO: is this called for user defined modes? (xrandr --add-mode)
|
||||
* TODO: check that the mode fits in the framebuffer */
|
||||
|
||||
if(qdev->monitors_config_width == mode->hdisplay &&
|
||||
qdev->monitors_config_height == mode->vdisplay)
|
||||
if (qdev->monitors_config_width == mode->hdisplay &&
|
||||
qdev->monitors_config_height == mode->vdisplay)
|
||||
return MODE_OK;
|
||||
|
||||
for (i = 0; i < ARRAY_SIZE(common_modes); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user