projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e0b0a0
)
drm/rockchip: lvds: Fix indentation of a #define
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Tue, 24 Dec 2019 14:38:52 +0000
(15:38 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Sun, 5 Jan 2020 11:10:11 +0000
(12:10 +0100)
Fix a #define indentation before adding more lines.
Fixes: 34cc0aa25456 ("drm/rockchip: Add support for Rockchip Soc LVDS")
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link:
https://patchwork.freedesktop.org/patch/msgid/20191224143900.23567-4-miquel.raynal@bootlin.com
drivers/gpu/drm/rockchip/rockchip_lvds.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/rockchip/rockchip_lvds.h
b/drivers/gpu/drm/rockchip/rockchip_lvds.h
index 029bad8e1a14d7b63505b02e3a4c62daadfaf26a..1387bcbc4bc0859e99ebb1a03e6f44b89db27a09 100644
(file)
--- a/
drivers/gpu/drm/rockchip/rockchip_lvds.h
+++ b/
drivers/gpu/drm/rockchip/rockchip_lvds.h
@@
-70,7
+70,7
@@
#define RK3288_LVDS_CFG_REG21 0x84
#define RK3288_LVDS_CFG_REG21_TX_ENABLE 0x92
#define RK3288_LVDS_CFG_REG21_TX_DISABLE 0x00
-#define RK3288_LVDS_CH1_OFFSET 0x100
+#define RK3288_LVDS_CH1_OFFSET 0x100
/* fbdiv value is split over 2 registers, with bit8 in reg2 */
#define RK3288_LVDS_PLL_FBDIV_REG2(_fbd) \