2014-10-22 09:49:25

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH/TRIVIAL 1/5] drm/radeon: Spelling s/stucture/structure/

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Christian König <[email protected]>
---
drivers/gpu/drm/radeon/atombios.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h
index 92be50c39ffd4a4b..ab89eed9ddd9c47e 100644
--- a/drivers/gpu/drm/radeon/atombios.h
+++ b/drivers/gpu/drm/radeon/atombios.h
@@ -7944,8 +7944,8 @@ typedef struct {
typedef struct {
AMD_ACPI_DESCRIPTION_HEADER SHeader;
UCHAR TableUUID[16]; //0x24
- ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the stucture.
- ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the stucture.
+ ULONG VBIOSImageOffset; //0x34. Offset to the first GOP_VBIOS_CONTENT block from the beginning of the structure.
+ ULONG Lib1ImageOffset; //0x38. Offset to the first GOP_LIB1_CONTENT block from the beginning of the structure.
ULONG Reserved[4]; //0x3C
}UEFI_ACPI_VFCT;

--
1.9.1


2014-10-22 09:49:01

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH/TRIVIAL 2/5] net: Spelling s/stucture/structure/

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: David S. Miller <[email protected]>
---
drivers/net/ethernet/ti/tlan.c | 2 +-
drivers/net/wireless/ath/ath10k/wmi.h | 2 +-
drivers/net/wireless/atmel.c | 2 +-
include/net/iw_handler.h | 2 +-
net/socket.c | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/net/ethernet/ti/tlan.c b/drivers/net/ethernet/ti/tlan.c
index f2ff0074aac9b272..f01779e31a5c1e32 100644
--- a/drivers/net/ethernet/ti/tlan.c
+++ b/drivers/net/ethernet/ti/tlan.c
@@ -1908,7 +1908,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.
diff --git a/drivers/net/wireless/ath/ath10k/wmi.h b/drivers/net/wireless/ath/ath10k/wmi.h
index 86f5ebccfe79c26a..a6e497ae8a6bf681 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -1894,7 +1894,7 @@ struct wmi_init_cmd {
struct host_memory_chunk host_mem_chunks[1];
} __packed;

-/* _10x stucture is from 10.X FW API */
+/* _10x structure is from 10.X FW API */
struct wmi_init_cmd_10x {
struct wmi_resource_config_10x resource_config;
__le32 num_host_mem_chunks;
diff --git a/drivers/net/wireless/atmel.c b/drivers/net/wireless/atmel.c
index 9183f1cf89a76d9c..7dc66b3ebe87dce7 100644
--- a/drivers/net/wireless/atmel.c
+++ b/drivers/net/wireless/atmel.c
@@ -3880,7 +3880,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.

diff --git a/include/net/iw_handler.h b/include/net/iw_handler.h
index a830b01baba4b08a..df0dac32789e12e9 100644
--- a/include/net/iw_handler.h
+++ b/include/net/iw_handler.h
@@ -363,7 +363,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...
*/

diff --git a/net/socket.c b/net/socket.c
index fe20c319a0bb37dd..bcbc2a824e4b4378 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -1583,7 +1583,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,
--
1.9.1

2014-10-22 09:48:59

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH/TRIVIAL 4/5] [SCSI] isci: Spelling s/stucture/structure/

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: James E.J. Bottomley <[email protected]>
---
drivers/scsi/isci/task.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/isci/task.c b/drivers/scsi/isci/task.c
index 5d6fda72d659770d..c086c075e8c498bd 100644
--- a/drivers/scsi/isci/task.c
+++ b/drivers/scsi/isci/task.c
@@ -595,7 +595,7 @@ int isci_task_abort_task(struct sas_task *task)

ret = TMF_RESP_FUNC_COMPLETE;
} else {
- /* Fill in the tmf stucture */
+ /* Fill in the tmf structure */
isci_task_build_abort_task_tmf(&tmf, isci_tmf_ssp_task_abort,
old_request);

--
1.9.1

2014-10-22 09:49:49

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Felipe Balbi <[email protected]>
---
drivers/usb/gadget/legacy/zero.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/gadget/legacy/zero.c b/drivers/usb/gadget/legacy/zero.c
index ebf09f439f3aaf13..ff97ac93ac03d0ad 100644
--- a/drivers/usb/gadget/legacy/zero.c
+++ b/drivers/usb/gadget/legacy/zero.c
@@ -28,7 +28,7 @@
*
* Why is *this* driver using two configurations, rather than setting up
* two interfaces with different functions? To help verify that multiple
- * configuration infrastucture is working correctly; also, so that it can
+ * configuration infrastructure is working correctly; also, so that it can
* work with low capability USB controllers without four bulk endpoints.
*/

--
1.9.1

2014-10-22 09:49:48

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH/TRIVIAL 3/5] of: Spelling s/stucture/structure/

Signed-off-by: Geert Uytterhoeven <[email protected]>
Cc: Grant Likely <[email protected]>
Cc: Rob Herring <[email protected]>
---
drivers/of/dynamic.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c
index f297891d852908ae..d4994177dec25506 100644
--- a/drivers/of/dynamic.c
+++ b/drivers/of/dynamic.c
@@ -247,7 +247,7 @@ void of_node_release(struct kobject *kobj)
* @allocflags: Allocation flags (typically pass GFP_KERNEL)
*
* Copy a property by dynamically allocating the memory of both the
- * property stucture and the property name & contents. The property's
+ * property structure and the property name & contents. The property's
* flags have the OF_DYNAMIC bit set so that we can differentiate between
* dynamically allocated properties and not.
* Returns the newly allocated property or NULL on out of memory error.
--
1.9.1

2014-10-23 14:15:59

by Felipe Balbi

[permalink] [raw]
Subject: Re: [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/

On Wed, Oct 22, 2014 at 11:49:03AM +0200, Geert Uytterhoeven wrote:
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> Cc: Felipe Balbi <[email protected]>

I'd like to have a commit log, but no strong feelings. Can you just
resend with linux-usb in Cc ? You can add my

Acked-by: Felipe Balbi <[email protected]>

Jiri, let me know if you prefer that I take this through my tree.

--
balbi


Attachments:
(No filename) (395.00 B)
signature.asc (819.00 B)
Digital signature
Download all attachments

2014-11-18 18:05:07

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH/TRIVIAL 3/5] of: Spelling s/stucture/structure/

On Wed, Oct 22, 2014 at 4:49 AM, Geert Uytterhoeven
<[email protected]> wrote:
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> Cc: Grant Likely <[email protected]>
> Cc: Rob Herring <[email protected]>

Applied, thanks.

Rob

> ---
> drivers/of/dynamic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c
> index f297891d852908ae..d4994177dec25506 100644
> --- a/drivers/of/dynamic.c
> +++ b/drivers/of/dynamic.c
> @@ -247,7 +247,7 @@ void of_node_release(struct kobject *kobj)
> * @allocflags: Allocation flags (typically pass GFP_KERNEL)
> *
> * Copy a property by dynamically allocating the memory of both the
> - * property stucture and the property name & contents. The property's
> + * property structure and the property name & contents. The property's
> * flags have the OF_DYNAMIC bit set so that we can differentiate between
> * dynamically allocated properties and not.
> * Returns the newly allocated property or NULL on out of memory error.
> --
> 1.9.1
>