From: Bhaskar Chowdhury <unixbhaskar@gmail.com> Date: Mon, 15 Mar 2021 01:53:22 +0000 (+0530) Subject: net: ethernet: neterion: Fix a typo in the file s2io.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=29c35da103471d7fc39839192bead60fbf3ba1f9;p=linux.git 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> --- diff --git a/drivers/net/ethernet/neterion/s2io.c b/drivers/net/ethernet/neterion/s2io.c index 8f2f091bce899..9cfcd55004621 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 */