Skip to content

Commit a98a1a3

Browse files
Fomysmairacanal
authored andcommitted
drm/vkms: Formatting and typo fix
Some newlines were missing around comments. Signed-off-by: Louis Chauvet <[email protected]> Signed-off-by: Maíra Canal <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent ee689a9 commit a98a1a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

drivers/gpu/drm/vkms/vkms_drv.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,11 @@ static int vkms_modeset_init(struct vkms_device *vkmsdev)
164164
dev->mode_config.max_height = YRES_MAX;
165165
dev->mode_config.cursor_width = 512;
166166
dev->mode_config.cursor_height = 512;
167-
/* FIXME: There's a confusion between bpp and depth between this and
167+
/*
168+
* FIXME: There's a confusion between bpp and depth between this and
168169
* fbdev helpers. We have to go with 0, meaning "pick the default",
169-
* which ix XRGB8888 in all cases. */
170+
* which is XRGB8888 in all cases.
171+
*/
170172
dev->mode_config.preferred_depth = 0;
171173
dev->mode_config.helper_private = &vkms_mode_config_helpers;
172174

0 commit comments

Comments
 (0)