All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drivers: phy: phy-xgene.c: Fix alignment of comment
@ 2021-04-28 16:55 Shubhankar Kuranagatti
  2021-05-31  7:10 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Shubhankar Kuranagatti @ 2021-04-28 16:55 UTC (permalink / raw)
  To: kishon; +Cc: vkoul, linux-kernel

A * has been added at the starting of new line
The closing */ of multi line comment shifted to new line
This is done to maintain code uniformity.

Signed-off-by: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
---
 drivers/phy/phy-xgene.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/phy/phy-xgene.c b/drivers/phy/phy-xgene.c
index f4cd590fbde7..d0f4546648f0 100644
--- a/drivers/phy/phy-xgene.c
+++ b/drivers/phy/phy-xgene.c
@@ -961,7 +961,8 @@ static void xgene_phy_sata_cfg_lanes(struct xgene_phy_ctx *ctx)
 		serdes_wr(ctx, lane, RXTX_REG1, val);
 
 		/* Latch VTT value based on the termination to ground and
-		   enable TX FIFO */
+		 * enable TX FIFO
+		 */
 		serdes_rd(ctx, lane, RXTX_REG2, &val);
 		val = RXTX_REG2_VTT_ENA_SET(val, 0x1);
 		val = RXTX_REG2_VTT_SEL_SET(val, 0x1);
-- 
2.17.1


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

* Re: [PATCH] drivers: phy: phy-xgene.c: Fix alignment of comment
  2021-04-28 16:55 [PATCH] drivers: phy: phy-xgene.c: Fix alignment of comment Shubhankar Kuranagatti
@ 2021-05-31  7:10 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2021-05-31  7:10 UTC (permalink / raw)
  To: Shubhankar Kuranagatti; +Cc: kishon, linux-kernel

On 28-04-21, 22:25, Shubhankar Kuranagatti wrote:
> A * has been added at the starting of new line
> The closing */ of multi line comment shifted to new line
> This is done to maintain code uniformity.

Applied, thanks

-- 
~Vinod

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

end of thread, other threads:[~2021-05-31  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28 16:55 [PATCH] drivers: phy: phy-xgene.c: Fix alignment of comment Shubhankar Kuranagatti
2021-05-31  7:10 ` Vinod Koul

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.