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>
This commit is contained in:
Bhaskar Chowdhury 2021-03-15 07:23:22 +05:30 committed by David S. Miller
parent 6f05a12241
commit 29c35da103

View File

@ -6657,7 +6657,7 @@ static int s2io_change_mtu(struct net_device *dev, int new_mtu)
/** /**
* s2io_set_link - Set the LInk status * 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 * Description: Sets the link status for the adapter
*/ */