Skip to content

Commit b903036

Browse files
geertuJiri Kosina
authored andcommitted
net: Spelling s/stucture/structure/
Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent bade983 commit b903036

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

drivers/net/ethernet/ti/tlan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1901,7 +1901,7 @@ ThunderLAN driver adapter related routines
19011901
* Nothing
19021902
* Parms:
19031903
* dev The device structure with the list
1904-
* stuctures to be reset.
1904+
* structures to be reset.
19051905
*
19061906
* This routine sets the variables associated with managing
19071907
* the TLAN lists to their initial values.

drivers/net/wireless/atmel/atmel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3861,7 +3861,7 @@ static int reset_atmel_card(struct net_device *dev)
38613861
38623862
set all the Mib values which matter in the card to match
38633863
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)
38653865
can only be changed by tearing down the world and coming back through
38663866
here.
38673867

include/net/iw_handler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ struct iw_handler_def {
364364
* defined in struct iw_priv_args.
365365
*
366366
* 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
368368
* efficient, but that's another story...
369369
*/
370370

net/socket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,7 +1516,7 @@ SYSCALL_DEFINE2(listen, int, fd, int, backlog)
15161516
*
15171517
* 1003.1g adds the ability to recvmsg() to query connection pending
15181518
* 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.
15201520
*/
15211521

15221522
SYSCALL_DEFINE4(accept4, int, fd, struct sockaddr __user *, upeer_sockaddr,

0 commit comments

Comments
 (0)