Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 222025e4 authored by Laurent Pinchart's avatar Laurent Pinchart
Browse files

drm: omapdrm: Fix indentation of structure and array initializers



Indenting by one tab is enough.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
parent 6b94aea0
Loading
Loading
Loading
Loading
+53 −53
Original line number Diff line number Diff line
@@ -621,8 +621,8 @@ static const struct file_operations omapdriver_fops = {
};

static struct drm_driver omap_drm_driver = {
		.driver_features =
				DRIVER_HAVE_IRQ | DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME,
	.driver_features = DRIVER_HAVE_IRQ | DRIVER_MODESET | DRIVER_GEM
			 | DRIVER_PRIME,
	.load = dev_load,
	.unload = dev_unload,
	.open = dev_open,
+10 −10

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+13 −13

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.