projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
124e5da
)
drm/sun4i: backend: Fix structure indentation
author
Maxime Ripard
<
[email protected]
>
Sun, 30 Apr 2017 13:45:14 +0000
(15:45 +0200)
committer
Maxime Ripard
<
[email protected]
>
Mon, 29 Jan 2018 13:02:33 +0000
(14:02 +0100)
The sun4i_plane_desc structure was somehow indented to two tabulations
instead of one as we shoud do. Fix that.
Acked-by: Chen-Yu Tsai <
[email protected]
>
Signed-off-by: Maxime Ripard <
[email protected]
>
Link:
https://patchwork.freedesktop.org/patch/msgid/8a6714bddb865adfcfe2b792e406a2f10bb819bc.1516617243.git-series.maxime.ripard@free-electrons.com
drivers/gpu/drm/sun4i/sun4i_layer.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/sun4i/sun4i_layer.c
b/drivers/gpu/drm/sun4i/sun4i_layer.c
index 4652b25be0d27fadce29dca4cb68e36b21f30071..f03da16eb92abfa5550a5b9f018906da7c24e88a 100644
(file)
--- a/
drivers/gpu/drm/sun4i/sun4i_layer.c
+++ b/
drivers/gpu/drm/sun4i/sun4i_layer.c
@@
-20,10
+20,10
@@
#include "sunxi_engine.h"
struct sun4i_plane_desc {
-
enum drm_plane_type type;
-
u8 pipe;
-
const uint32_t *formats;
-
uint32_t nformats;
+ enum drm_plane_type type;
+ u8 pipe;
+ const uint32_t *formats;
+ uint32_t nformats;
};
static void sun4i_backend_layer_reset(struct drm_plane *plane)