diff options
author | Jiang Jian <jiangjian@cdjrlc.com> | 2022-06-21 20:00:15 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2022-07-05 12:02:03 +0530 |
commit | f49f2ece44f4ba5d532f70e86ffcfe8d82cd5bce (patch) | |
tree | 2f14bf39510f5a5a510b10c883e92b3ffaf8997e /drivers/phy/amlogic | |
parent | de6026682569dd72988339c529ac040ce4fe2829 (diff) | |
download | lwn-f49f2ece44f4ba5d532f70e86ffcfe8d82cd5bce.tar.gz lwn-f49f2ece44f4ba5d532f70e86ffcfe8d82cd5bce.zip |
phy: dphy: drop unexpected word "the" in the comments
there is an unexpected word "the" in the comments that need to be dropped
file: ./drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c
line: 139
* when in RxULPS check state, after the the logic enable the analog,
changed to
* when in RxULPS check state, after the logic enable the analog,
Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220621120015.113682-1-jiangjian@cdjrlc.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/amlogic')
-rw-r--r-- | drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c b/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c index fdbd64c03e12..32d1ff09befb 100644 --- a/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c +++ b/drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c @@ -136,7 +136,7 @@ /* TWAKEUP. */ #define MIPI_DSI_WAKEUP_TIM 0x20 -/* when in RxULPS check state, after the the logic enable the analog, +/* when in RxULPS check state, after the logic enable the analog, * how long we should wait to check the lP state . */ #define MIPI_DSI_LPOK_TIM 0x24 |