aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2018-03-02 08:43:23 -0500
committerJiri Kosina <jkosina@suse.cz>2018-03-27 03:51:23 -0400
commitb903036aad6c46f0c94b3a58c86f7467776a5dcf (patch)
tree6b5412068fdb41a9331c41b6d660b598715c283f
parentbade9835a22e03a00d6cb94350984620bf808f83 (diff)
net: Spelling s/stucture/structure/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--drivers/net/ethernet/ti/tlan.c2
-rw-r--r--drivers/net/wireless/atmel/atmel.c2
-rw-r--r--include/net/iw_handler.h2
-rw-r--r--net/socket.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/drivers/net/ethernet/ti/tlan.c b/drivers/net/ethernet/ti/tlan.c
index 5a4e78fde530..c769cd9d11e7 100644
--- a/drivers/net/ethernet/ti/tlan.c
+++ b/drivers/net/ethernet/ti/tlan.c
@@ -1901,7 +1901,7 @@ ThunderLAN driver adapter related routines
1901 * Nothing 1901 * Nothing
1902 * Parms: 1902 * Parms:
1903 * dev The device structure with the list 1903 * dev The device structure with the list
1904 * stuctures to be reset. 1904 * structures to be reset.
1905 * 1905 *
1906 * This routine sets the variables associated with managing 1906 * This routine sets the variables associated with managing
1907 * the TLAN lists to their initial values. 1907 * the TLAN lists to their initial values.
diff --git a/drivers/net/wireless/atmel/atmel.c b/drivers/net/wireless/atmel/atmel.c
index c9dd5e44c9c6..d122386c382b 100644
--- a/drivers/net/wireless/atmel/atmel.c
+++ b/drivers/net/wireless/atmel/atmel.c
@@ -3861,7 +3861,7 @@ static int reset_atmel_card(struct net_device *dev)
3861 3861
3862 set all the Mib values which matter in the card to match 3862 set all the Mib values which matter in the card to match
3863 their settings in the atmel_private structure. Some of these 3863 their settings in the atmel_private structure. Some of these
3864 can be altered on the fly, but many (WEP, infrastucture or ad-hoc) 3864 can be altered on the fly, but many (WEP, infrastructure or ad-hoc)
3865 can only be changed by tearing down the world and coming back through 3865 can only be changed by tearing down the world and coming back through
3866 here. 3866 here.
3867 3867
diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h
index 725282095840..d2ea5863eedc 100644
--- a/include/net/iw_handler.h
+++ b/include/net/iw_handler.h
@@ -364,7 +364,7 @@ struct iw_handler_def {
364 * defined in struct iw_priv_args. 364 * defined in struct iw_priv_args.
365 * 365 *
366 * For standard IOCTLs, things are quite different and we need to 366 * For standard IOCTLs, things are quite different and we need to
367 * use the stuctures below. Actually, this struct is also more 367 * use the structures below. Actually, this struct is also more
368 * efficient, but that's another story... 368 * efficient, but that's another story...
369 */ 369 */
370 370
diff --git a/net/socket.c b/net/socket.c
index a93c99b518ca..24c8e71583ad 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -1516,7 +1516,7 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
1516 * 1516 *
1517 * 1003.1g adds the ability to recvmsg() to query connection pending 1517 * 1003.1g adds the ability to recvmsg() to query connection pending
1518 * status to recvmsg. We need to add that support in a way thats 1518 * status to recvmsg. We need to add that support in a way thats
1519 * clean when we restucture accept also. 1519 * clean when we restructure accept also.
1520 */ 1520 */
1521 1521
1522SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr, 1522SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,