drm/sun4i: backend: Fix structure indentation
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 <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Link: https://patchwork.freedesktop.org/patch/msgid/8a6714bddb865adfcfe2b792e406a2f10bb819bc.1516617243.git-series.maxime.ripard@free-electrons.com
This commit is contained in:
parent
124e5dac9a
commit
185f1143b2
@ -20,10 +20,10 @@
|
|||||||
#include "sunxi_engine.h"
|
#include "sunxi_engine.h"
|
||||||
|
|
||||||
struct sun4i_plane_desc {
|
struct sun4i_plane_desc {
|
||||||
enum drm_plane_type type;
|
enum drm_plane_type type;
|
||||||
u8 pipe;
|
u8 pipe;
|
||||||
const uint32_t *formats;
|
const uint32_t *formats;
|
||||||
uint32_t nformats;
|
uint32_t nformats;
|
||||||
};
|
};
|
||||||
|
|
||||||
static void sun4i_backend_layer_reset(struct drm_plane *plane)
|
static void sun4i_backend_layer_reset(struct drm_plane *plane)
|
||||||
|
Loading…
Reference in New Issue
Block a user