Commit 3136b3b1 authored by Shubhankar Kuranagatti's avatar Shubhankar Kuranagatti Committed by Vinod Koul
Browse files

phy: phy-xgene.c: Fix alignment of comment



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: default avatarShubhankar Kuranagatti <shubhankarvk@gmail.com>
Link: https://lore.kernel.org/r/20210428165515.o47o5awzdxirxkqi@kewl-virtual-machine


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent be0ddb5d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);