Commit 29c35da1 authored by Bhaskar Chowdhury's avatar Bhaskar Chowdhury Committed by David S. Miller
Browse files

net: ethernet: neterion: Fix a typo in the file s2io.c



s/structue/structure/

Signed-off-by: default avatarBhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6f05a122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
 */