[PATCH] drivers/net/ethernet: Fix typo 'immedate' -> 'immediate'
From: Ignacio Peña
Date: Sat Jul 26 2025 - 22:32:16 EST
Fix spelling mistake.
No functional change.
Signed-off-by: Ignacio Pena <ignacio.pena87@xxxxxxxxx>
---
drivers/net/ethernet/mellanox/mlxsw/i2c.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/mellanox/mlxsw/i2c.c b/drivers/net/ethernet/mellanox/mlxsw/i2c.c
index f9f565c10..cc8743a28 100644
--- a/drivers/net/ethernet/mellanox/mlxsw/i2c.c
+++ b/drivers/net/ethernet/mellanox/mlxsw/i2c.c
@@ -671,7 +671,7 @@ static int mlxsw_i2c_probe(struct i2c_client *client)
* For this purpose QUERY_FW is to be issued with opcode modifier equal
* 0x01. For such command the output parameter is an immediate value.
* Here QUERY_FW command is invoked for ASIC probing and for getting
- * local mailboxes addresses from immedate output parameters.
+ * local mailboxes addresses from immediate output parameters.
*/
/* Prepare and write out Command Interface Register for transaction */
--
2.50.1