From 7c8bcaa2c06922b498fecbaf3b8b421e5732c352 Mon Sep 17 00:00:00 2001 From: Vandhiadevan Karunamoorthy Date: Mon, 21 Nov 2022 12:43:30 +0530 Subject: [PATCH] drivers: net: Update typo in MHT Change-Id: I44bc1e88b82eedff8e72ea4027b8d99b40178463 Signed-off-by: Vandhiadevan Karunamoorthy --- drivers/net/ipq_common/ipq_qca8084.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ipq_common/ipq_qca8084.c b/drivers/net/ipq_common/ipq_qca8084.c index ef7bd744fe..e67c3a909a 100644 --- a/drivers/net/ipq_common/ipq_qca8084.c +++ b/drivers/net/ipq_common/ipq_qca8084.c @@ -1327,7 +1327,7 @@ int ipq_qca8084_link_update(phy_info_t * phy_info[]) printf("QCA8084-switch PORT%d %s Speed :%d %s duplex\n", port_id, (phy_status.link_status?"Up":"Down"), - phy_status.speed, (phy_status.duplex?"Half":"Full")); + phy_status.speed, (phy_status.duplex?"Full":"Half")); if (phy_status.link_status == PORT_LINK_DOWN) { /* enable mac rx function */