diff mbox series

phy: dphy: drop unexpected word "the" in the comments

Message ID 20220621120015.113682-1-jiangjian@cdjrlc.com (mailing list archive)
State New, archived
Headers show
Series phy: dphy: drop unexpected word "the" in the comments | expand

Commit Message

Jiang Jian June 21, 2022, noon UTC
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>
---
 drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Neil Armstrong June 21, 2022, 1:35 p.m. UTC | #1
On 21/06/2022 14:00, Jiang Jian wrote:
> 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>
> ---
>   drivers/phy/amlogic/phy-meson-axg-mipi-dphy.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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

Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Martin Blumenstingl June 26, 2022, 10:04 p.m. UTC | #2
On Tue, Jun 21, 2022 at 2:01 PM Jiang Jian <jiangjian@cdjrlc.com> wrote:
>
> 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>
Vinod Koul July 5, 2022, 6:32 a.m. UTC | #3
On 21-06-22, 20:00, Jiang Jian wrote:
> 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,

Applied, thanks
diff mbox series

Patch

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