Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Shubhankar Kuranagatti <shubhankarvk@gmail.com>
Link: https://lore.kernel.org/r/20210428165515.o47o5awzdxirxkqi@kewl-virtual-machine
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Shubhankar Kuranagatti and committed by
Vinod Koul
3136b3b1 be0ddb5d

+2 -1
+2 -1
drivers/phy/phy-xgene.c
··· 961 961 serdes_wr(ctx, lane, RXTX_REG1, val); 962 962 963 963 /* Latch VTT value based on the termination to ground and 964 - enable TX FIFO */ 964 + * enable TX FIFO 965 + */ 965 966 serdes_rd(ctx, lane, RXTX_REG2, &val); 966 967 val = RXTX_REG2_VTT_ENA_SET(val, 0x1); 967 968 val = RXTX_REG2_VTT_SEL_SET(val, 0x1);