projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be0ddb5
)
phy: phy-xgene.c: Fix alignment of comment
author
Shubhankar Kuranagatti
<shubhankarvk@gmail.com>
Wed, 28 Apr 2021 16:55:15 +0000
(22:25 +0530)
committer
Vinod Koul
<vkoul@kernel.org>
Mon, 31 May 2021 08:38:55 +0000
(14:08 +0530)
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>
drivers/phy/phy-xgene.c
patch
|
blob
|
history
diff --git
a/drivers/phy/phy-xgene.c
b/drivers/phy/phy-xgene.c
index f4cd590fbde7fa7d11abb5724a9a97f1adba8fb8..d0f4546648f057718455dada8e9d87ac2ae4616a 100644
(file)
--- 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);