From: Neil Armstrong <narmstrong@baylibre.com>
To: Jiang Jian <jiangjian@cdjrlc.com>, khilman@baylibre.com
Cc: kishon@ti.com, vkoul@kernel.org, jbrunet@baylibre.com,
martin.blumenstingl@googlemail.com, victor.liu@nxp.com,
andrzej.hajda@intel.com, linux-phy@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] phy: dphy: drop unexpected word "the" in the comments
Date: Tue, 21 Jun 2022 15:35:54 +0200 [thread overview]
Message-ID: <432dc551-9e52-137b-3762-1726a9ef087f@baylibre.com> (raw)
In-Reply-To: <20220621120015.113682-1-jiangjian@cdjrlc.com>
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>
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: Jiang Jian <jiangjian@cdjrlc.com>, khilman@baylibre.com
Cc: kishon@ti.com, vkoul@kernel.org, jbrunet@baylibre.com,
martin.blumenstingl@googlemail.com, victor.liu@nxp.com,
andrzej.hajda@intel.com, linux-phy@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] phy: dphy: drop unexpected word "the" in the comments
Date: Tue, 21 Jun 2022 15:35:54 +0200 [thread overview]
Message-ID: <432dc551-9e52-137b-3762-1726a9ef087f@baylibre.com> (raw)
In-Reply-To: <20220621120015.113682-1-jiangjian@cdjrlc.com>
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>
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: Jiang Jian <jiangjian@cdjrlc.com>, khilman@baylibre.com
Cc: kishon@ti.com, vkoul@kernel.org, jbrunet@baylibre.com,
martin.blumenstingl@googlemail.com, victor.liu@nxp.com,
andrzej.hajda@intel.com, linux-phy@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] phy: dphy: drop unexpected word "the" in the comments
Date: Tue, 21 Jun 2022 15:35:54 +0200 [thread overview]
Message-ID: <432dc551-9e52-137b-3762-1726a9ef087f@baylibre.com> (raw)
In-Reply-To: <20220621120015.113682-1-jiangjian@cdjrlc.com>
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>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong@baylibre.com>
To: Jiang Jian <jiangjian@cdjrlc.com>, khilman@baylibre.com
Cc: kishon@ti.com, vkoul@kernel.org, jbrunet@baylibre.com,
martin.blumenstingl@googlemail.com, victor.liu@nxp.com,
andrzej.hajda@intel.com, linux-phy@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] phy: dphy: drop unexpected word "the" in the comments
Date: Tue, 21 Jun 2022 15:35:54 +0200 [thread overview]
Message-ID: <432dc551-9e52-137b-3762-1726a9ef087f@baylibre.com> (raw)
In-Reply-To: <20220621120015.113682-1-jiangjian@cdjrlc.com>
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>
next prev parent reply other threads:[~2022-06-21 13:36 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-06-21 12:00 [PATCH] phy: dphy: drop unexpected word "the" in the comments Jiang Jian
2022-06-21 12:00 ` Jiang Jian
2022-06-21 12:00 ` Jiang Jian
2022-06-21 12:00 ` Jiang Jian
2022-06-21 13:35 ` Neil Armstrong [this message]
2022-06-21 13:35 ` Neil Armstrong
2022-06-21 13:35 ` Neil Armstrong
2022-06-21 13:35 ` Neil Armstrong
2022-06-26 22:04 ` Martin Blumenstingl
2022-06-26 22:04 ` Martin Blumenstingl
2022-06-26 22:04 ` Martin Blumenstingl
2022-06-26 22:04 ` Martin Blumenstingl
2022-07-05 6:32 ` Vinod Koul
2022-07-05 6:32 ` Vinod Koul
2022-07-05 6:32 ` Vinod Koul
2022-07-05 6:32 ` Vinod Koul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=432dc551-9e52-137b-3762-1726a9ef087f@baylibre.com \
--to=narmstrong@baylibre.com \
--cc=andrzej.hajda@intel.com \
--cc=jbrunet@baylibre.com \
--cc=jiangjian@cdjrlc.com \
--cc=khilman@baylibre.com \
--cc=kishon@ti.com \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=martin.blumenstingl@googlemail.com \
--cc=victor.liu@nxp.com \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.