Skip to content

Commit

Permalink
net: ethernet: neterion: Fix a typo in the file s2io.c
Browse files Browse the repository at this point in the history
s/structue/structure/

Signed-off-by: Bhaskar Chowdhury <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
unixbhaskar authored and davem330 committed Mar 15, 2021
1 parent 6f05a12 commit 29c35da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/neterion/s2io.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

Expand Down

0 comments on commit 29c35da

Please sign in to comment.