[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID:
<PU4P216MB103753B46AF6597DAB78A4CBA2C82@PU4P216MB1037.KORP216.PROD.OUTLOOK.COM>
Date: Tue, 4 Mar 2025 19:58:14 +0000
From: Vinitha Vijayan <vinithamvijayan723@...il.com>
To: "andrew+netdev@...n.ch" <andrew+netdev@...n.ch>, "davem@...emloft.net"
<davem@...emloft.net>, "edumazet@...gle.com" <edumazet@...gle.com>,
"kuba@...nel.org" <kuba@...nel.org>, "pabeni@...hat.com" <pabeni@...hat.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH] net: marvell: mvmdio: Add missing function argument name
Fix a coding style issue in mvmdio.c where a function definition argument `struct orion_mdio_dev *` was missing an identifier name. This aligns with Linux kernel coding standards.
Signed-off-by: Vinitha <vinithamvijayan723@...il.com<mailto:vinithamvijayan723@...il.com>>
---
drivers/net/ethernet/marvell/mvmdio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/marvell/mvmdio.c b/drivers/net/ethernet/marvell/mvmdio.c
index 3f4447e68888..91b7881ead03 100644
--- a/drivers/net/ethernet/marvell/mvmdio.c
+++ b/drivers/net/ethernet/marvell/mvmdio.c
@@ -86,7 +86,7 @@ enum orion_mdio_bus_type {
};
struct orion_mdio_ops {
- int (*is_done)(struct orion_mdio_dev *);
+ int (*is_done)(struct orion_mdio_dev *dev);
};
/* Wait for the SMI unit to be ready for another operation
--
2.25.1
Content of type "text/html" skipped
Download attachment "0001-net-marvell-mvmdio-Fix-function-argument-warning.patch" of type "application/octet-stream" (1059 bytes)
Powered by blists - more mailing lists