Skip to content

Commit

Permalink
drm/tilcdc: Remove space before tab
Browse files Browse the repository at this point in the history
Silences the following checkpatch warning:
WARNING: please, no space before tabs

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Acked-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
  • Loading branch information
Sachin Kamat authored and Dave Airlie committed Apr 24, 2013
1 parent a50b24f commit 3250145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/tilcdc/tilcdc_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ static const struct {
uint8_t rev;
uint8_t save;
uint32_t reg;
} registers[] = {
} registers[] = {
#define REG(rev, save, reg) { #reg, rev, save, reg }
/* exists in revision 1: */
REG(1, false, LCDC_PID_REG),
Expand Down

0 comments on commit 3250145

Please sign in to comment.