projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f05a12
)
net: ethernet: neterion: Fix a typo in the file s2io.c
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Mon, 15 Mar 2021 01:53:22 +0000
(07:23 +0530)
committer
David 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
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/neterion/s2io.c
b/drivers/net/ethernet/neterion/s2io.c
index 8f2f091bce899d5eed6b0c7af5e01bb387a21c2f..9cfcd550046214303cd5bbd29a049c8c955ff08b 100644
(file)
--- 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 structu
r
e
* Description: Sets the link status for the adapter
*/