Commit 32501459 authored by Sachin Kamat's avatar Sachin Kamat Committed by Dave Airlie

drm/tilcdc: Remove space before tab

Silences the following checkpatch warning:
WARNING: please, no space before tabs
Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Acked-by: default avatarRob Clark <robdclark@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent a50b24f4
...@@ -362,7 +362,7 @@ static const struct { ...@@ -362,7 +362,7 @@ static const struct {
uint8_t rev; uint8_t rev;
uint8_t save; uint8_t save;
uint32_t reg; uint32_t reg;
} registers[] = { } registers[] = {
#define REG(rev, save, reg) { #reg, rev, save, reg } #define REG(rev, save, reg) { #reg, rev, save, reg }
/* exists in revision 1: */ /* exists in revision 1: */
REG(1, false, LCDC_PID_REG), REG(1, false, LCDC_PID_REG),
......
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