linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy: dphy: drop unexpected word "the" in the comments
@ 2022-06-21 12:00 Jiang Jian
  2022-06-21 13:35 ` Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jiang Jian @ 2022-06-21 12:00 UTC (permalink / raw)
  To: narmstrong, khilman
  Cc: kishon, vkoul, jbrunet, martin.blumenstingl, victor.liu,
	jiangjian, andrzej.hajda, linux-phy, linux-arm-kernel,
	linux-amlogic, linux-kernel

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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] phy: dphy: drop unexpected word "the" in the comments
  2022-06-21 12:00 [PATCH] phy: dphy: drop unexpected word "the" in the comments Jiang Jian
@ 2022-06-21 13:35 ` Neil Armstrong
  2022-06-26 22:04 ` Martin Blumenstingl
  2022-07-05  6:32 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Neil Armstrong @ 2022-06-21 13:35 UTC (permalink / raw)
  To: Jiang Jian, khilman
  Cc: kishon, vkoul, jbrunet, martin.blumenstingl, victor.liu,
	andrzej.hajda, linux-phy, linux-arm-kernel, linux-amlogic,
	linux-kernel

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] phy: dphy: drop unexpected word "the" in the comments
  2022-06-21 12:00 [PATCH] phy: dphy: drop unexpected word "the" in the comments Jiang Jian
  2022-06-21 13:35 ` Neil Armstrong
@ 2022-06-26 22:04 ` Martin Blumenstingl
  2022-07-05  6:32 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Blumenstingl @ 2022-06-26 22:04 UTC (permalink / raw)
  To: Jiang Jian
  Cc: Neil Armstrong, khilman, kishon, vkoul, jbrunet, victor.liu,
	andrzej.hajda, linux-phy, linux-arm-kernel, linux-amlogic,
	linux-kernel

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] phy: dphy: drop unexpected word "the" in the comments
  2022-06-21 12:00 [PATCH] phy: dphy: drop unexpected word "the" in the comments Jiang Jian
  2022-06-21 13:35 ` Neil Armstrong
  2022-06-26 22:04 ` Martin Blumenstingl
@ 2022-07-05  6:32 ` Vinod Koul
  2 siblings, 0 replies; 4+ messages in thread
From: Vinod Koul @ 2022-07-05  6:32 UTC (permalink / raw)
  To: Jiang Jian
  Cc: narmstrong, khilman, kishon, jbrunet, martin.blumenstingl,
	victor.liu, andrzej.hajda, linux-phy, linux-arm-kernel,
	linux-amlogic, linux-kernel

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

-- 
~Vinod

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-05  6:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-21 12:00 [PATCH] phy: dphy: drop unexpected word "the" in the comments Jiang Jian
2022-06-21 13:35 ` Neil Armstrong
2022-06-26 22:04 ` Martin Blumenstingl
2022-07-05  6:32 ` Vinod Koul

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).