net: ethernet: neterion: Fix a typo in the file s2io.c
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 15 Mar 2021 01:53:22 +0000 (07:23 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Mar 2021 19:48:20 +0000 (12:48 -0700)
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>
drivers/net/ethernet/neterion/s2io.c

index 8f2f091..9cfcd55 100644 (file)
@@ -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
  */