video: fbdev: omapfb: Align '*' in comment
authorJiang Jian <jiangjian@cdjrlc.com>
Tue, 21 Jun 2022 06:49:04 +0000 (14:49 +0800)
committerHelge Deller <deller@gmx.de>
Wed, 22 Jun 2022 14:53:55 +0000 (16:53 +0200)
Consider '*' alignment in comments

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/omap2/omapfb/dss/hdmi_phy.c

index 6fbfeb0..170463a 100644 (file)
@@ -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);