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

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
...@@ -621,8 +621,8 @@ static const struct file_operations omapdriver_fops = { ...@@ -621,8 +621,8 @@ static const struct file_operations omapdriver_fops = {
}; };
static struct drm_driver omap_drm_driver = { static struct drm_driver omap_drm_driver = {
.driver_features = .driver_features = DRIVER_HAVE_IRQ | DRIVER_MODESET | DRIVER_GEM
DRIVER_HAVE_IRQ | DRIVER_MODESET | DRIVER_GEM | DRIVER_PRIME, | DRIVER_PRIME,
.load = dev_load, .load = dev_load,
.unload = dev_unload, .unload = dev_unload,
.open = dev_open, .open = dev_open,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment