summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/neterion
diff options
context:
space:
mode:
authorBhaskar Chowdhury <unixbhaskar@gmail.com>2021-03-15 04:53:22 +0300
committerDavid S. Miller <davem@davemloft.net>2021-03-15 22:48:20 +0300
commit29c35da103471d7fc39839192bead60fbf3ba1f9 (patch)
treef50a795b8a1a311bd135eeef2108ad5edec33e8d /drivers/net/ethernet/neterion
parent6f05a1224174a67a71a196e9e776b1ce72aa4a3d (diff)
downloadlinux-29c35da103471d7fc39839192bead60fbf3ba1f9.tar.xz
net: ethernet: neterion: Fix a typo in the file s2io.c
s/structue/structure/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/neterion')
-rw-r--r--drivers/net/ethernet/neterion/s2io.c2
1 files changed, 1 insertions, 1 deletions
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
*/