aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/omap2
diff options
context:
space:
mode:
authorJiang Jian <jiangjian@cdjrlc.com>2022-06-21 14:49:04 +0800
committerHelge Deller <deller@gmx.de>2022-06-22 16:53:55 +0200
commitbdc48fd571a7bb0aecb9d101d78b29a05f217c72 (patch)
treebe1d02bc394f5a4c65046dbdc6878f0ff510b2c3 /drivers/video/fbdev/omap2
parentvideo: fbdev: simplefb: Check before clk_put() not needed (diff)
downloadlinux-dev-bdc48fd571a7bb0aecb9d101d78b29a05f217c72.tar.xz
linux-dev-bdc48fd571a7bb0aecb9d101d78b29a05f217c72.zip
video: fbdev: omapfb: Align '*' in comment
Consider '*' alignment in comments Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'drivers/video/fbdev/omap2')
-rw-r--r--drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
index 6fbfeb01b315..170463a7e1f4 100644
--- a/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
+++ b/drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c
@@ -143,7 +143,7 @@ int hdmi_phy_configure(struct hdmi_phy_data *phy, unsigned long hfbitclk,
/*
* In OMAP5+, the HFBITCLK must be divided by 2 before issuing the
* HDMI_PHYPWRCMD_LDOON command.
- */
+ */
if (phy_feat->bist_ctrl)
REG_FLD_MOD(phy->base, HDMI_TXPHY_BIST_CONTROL, 1, 11, 11);