net: Spelling s/stucture/structure/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 2 Mar 2018 13:43:23 +0000 (14:43 +0100)
committerJiri Kosina <jkosina@suse.cz>
Tue, 27 Mar 2018 07:51:23 +0000 (09:51 +0200)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/net/ethernet/ti/tlan.c
drivers/net/wireless/atmel/atmel.c
include/net/iw_handler.h
net/socket.c

index 5a4e78fde530ad4ac0984975b950eafa1cb0fde5..c769cd9d11e74948b469b84305254cca2f35f4f8 100644 (file)
@@ -1901,7 +1901,7 @@ ThunderLAN driver adapter related routines
  *             Nothing
  *     Parms:
  *             dev     The device structure with the list
- *                     stuctures to be reset.
+ *                     structures to be reset.
  *
  *     This routine sets the variables associated with managing
  *     the TLAN lists to their initial values.
index c9dd5e44c9c6de6df122492fdac8eb30b2980c49..d122386c382bcef296c72d8536637db75fa346a0 100644 (file)
@@ -3861,7 +3861,7 @@ static int reset_atmel_card(struct net_device *dev)
 
           set all the Mib values which matter in the card to match
           their settings in the atmel_private structure. Some of these
-          can be altered on the fly, but many (WEP, infrastucture or ad-hoc)
+          can be altered on the fly, but many (WEP, infrastructure or ad-hoc)
           can only be changed by tearing down the world and coming back through
           here.
 
index 725282095840b853fe386cfb3df3eef3dfedea58..d2ea5863eedca5cef8922a7d20dca069a97f42ef 100644 (file)
@@ -364,7 +364,7 @@ struct iw_handler_def {
  * defined in struct iw_priv_args.
  *
  * For standard IOCTLs, things are quite different and we need to
- * use the stuctures below. Actually, this struct is also more
+ * use the structures below. Actually, this struct is also more
  * efficient, but that's another story...
  */
 
index a93c99b518cab69b67d53a71298d15ce17c4d06b..24c8e71583ad354a7e62eab68381d4b79919fc18 100644 (file)
@@ -1516,7 +1516,7 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
  *
  *     1003.1g adds the ability to recvmsg() to query connection pending
  *     status to recvmsg. We need to add that support in a way thats
- *     clean when we restucture accept also.
+ *     clean when we restructure accept also.
  */
 
 SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,