linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy: phy-core-mipi-dphy.c: Correct reference version
@ 2021-04-21  4:17 Sebastian Fricke
  2021-05-14 12:19 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Fricke @ 2021-04-21  4:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: Sebastian Fricke, Kishon Vijay Abraham I, Vinod Koul

The rest of the code refers to version 1.2 of the MIPI D-PHY
specification. But this comment refers to 2.1, while a sub comment of
the function refers to 1.2 again. Replace 2.1 with 1.2.

Signed-off-by: Sebastian Fricke <sebastian.fricke@posteo.net>
---
 drivers/phy/phy-core-mipi-dphy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/phy/phy-core-mipi-dphy.c b/drivers/phy/phy-core-mipi-dphy.c
index 14e0551cd319..79e754c4a8b4 100644
--- a/drivers/phy/phy-core-mipi-dphy.c
+++ b/drivers/phy/phy-core-mipi-dphy.c
@@ -17,7 +17,7 @@
 /*
  * Minimum D-PHY timings based on MIPI D-PHY specification. Derived
  * from the valid ranges specified in Section 6.9, Table 14, Page 41
- * of the D-PHY specification (v2.1).
+ * of the D-PHY specification (v1.2).
  */
 int phy_mipi_dphy_get_default_config(unsigned long pixel_clock,
 				     unsigned int bpp,
-- 
2.25.1


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

* Re: [PATCH] phy: phy-core-mipi-dphy.c: Correct reference version
  2021-04-21  4:17 [PATCH] phy: phy-core-mipi-dphy.c: Correct reference version Sebastian Fricke
@ 2021-05-14 12:19 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-05-14 12:19 UTC (permalink / raw)
  To: Sebastian Fricke; +Cc: linux-kernel, Kishon Vijay Abraham I

On 21-04-21, 04:17, Sebastian Fricke wrote:
> The rest of the code refers to version 1.2 of the MIPI D-PHY
> specification. But this comment refers to 2.1, while a sub comment of
> the function refers to 1.2 again. Replace 2.1 with 1.2.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2021-05-14 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21  4:17 [PATCH] phy: phy-core-mipi-dphy.c: Correct reference version Sebastian Fricke
2021-05-14 12:19 ` 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).