[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210315015322.1207647-1-unixbhaskar@gmail.com>
Date: Mon, 15 Mar 2021 07:23:22 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: jdmason@...zu.us, davem@...emloft.net, kuba@...nel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] net: ethernet: neterion: Fix a typo in the file s2io.c
s/structue/structure/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
drivers/net/ethernet/neterion/s2io.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c
index 8f2f091bce89..9cfcd5500462 100644
--- a/drivers/net/ethernet/neterion/s2io.c
+++ b/drivers/net/ethernet/neterion/s2io.c
@@ -6657,7 +6657,7 @@ static int s2io_change_mtu(struct net_device *dev, int new_mtu)
/**
* s2io_set_link - Set the LInk status
- * @work: work struct containing a pointer to device private structue
+ * @work: work struct containing a pointer to device private structure
* Description: Sets the link status for the adapter
*/
--
2.30.2
Powered by blists - more mailing lists