diff options
| author | Marek Vasut <[email protected]> | 2014-12-16 14:09:19 +0100 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-12-30 14:05:56 +0100 |
| commit | 998e121a2edc86f792f376cfc2337a6d9218427c (patch) | |
| tree | 7f9236a6867338523d71b792bfa27db33e44e0ed | |
| parent | 8744d3b98f4d798b070b9d303e17804611f1e852 (diff) | |
arm: mx6: novena: Minor coding style fix
Just zap multiple spaces and replace them with tabs properly.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Igor Grinberg <[email protected]>
Cc: Nikita Kiryanov <[email protected]>
Cc: Sean Cross <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Tim Harvey <[email protected]>
| -rw-r--r-- | board/kosagi/novena/novena.c | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/board/kosagi/novena/novena.c b/board/kosagi/novena/novena.c index 6add9e52653..e303a572760 100644 --- a/board/kosagi/novena/novena.c +++ b/board/kosagi/novena/novena.c @@ -172,19 +172,19 @@ struct display_info_t const displays[] = { .detect = detect_hdmi, .enable = enable_hdmi, .mode = { - .name = "HDMI", - .refresh = 60, - .xres = 1024, - .yres = 768, - .pixclock = 15385, - .left_margin = 220, - .right_margin = 40, - .upper_margin = 21, - .lower_margin = 7, - .hsync_len = 60, - .vsync_len = 10, - .sync = FB_SYNC_EXT, - .vmode = FB_VMODE_NONINTERLACED + .name = "HDMI", + .refresh = 60, + .xres = 1024, + .yres = 768, + .pixclock = 15385, + .left_margin = 220, + .right_margin = 40, + .upper_margin = 21, + .lower_margin = 7, + .hsync_len = 60, + .vsync_len = 10, + .sync = FB_SYNC_EXT, + .vmode = FB_VMODE_NONINTERLACED } } }; |
