* [PATCH/TRIVIAL 1/5] drm/radeon: Spelling s/stucture/structure/
@ 2014-10-22 9:48 Geert Uytterhoeven
2014-10-22 9:49 ` [PATCH/TRIVIAL 2/5] net: " Geert Uytterhoeven
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2014-10-22 9:48 UTC (permalink / raw)
To: Jiri Kosina
Cc: linux-kernel, Geert Uytterhoeven, Alex Deucher,
Christian König
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
---
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
^ permalink raw reply related [flat|nested] 7+ messages in thread* [PATCH/TRIVIAL 2/5] net: Spelling s/stucture/structure/ 2014-10-22 9:48 [PATCH/TRIVIAL 1/5] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven @ 2014-10-22 9:49 ` Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 3/5] of: " Geert Uytterhoeven ` (2 subsequent siblings) 3 siblings, 0 replies; 7+ messages in thread From: Geert Uytterhoeven @ 2014-10-22 9:49 UTC (permalink / raw) To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, David S. Miller Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: David S. Miller <davem@davemloft.net> --- 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 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH/TRIVIAL 3/5] of: Spelling s/stucture/structure/ 2014-10-22 9:48 [PATCH/TRIVIAL 1/5] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 2/5] net: " Geert Uytterhoeven @ 2014-10-22 9:49 ` Geert Uytterhoeven 2014-11-18 18:04 ` Rob Herring 2014-10-22 9:49 ` [PATCH/TRIVIAL 4/5] [SCSI] isci: " Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/ Geert Uytterhoeven 3 siblings, 1 reply; 7+ messages in thread From: Geert Uytterhoeven @ 2014-10-22 9:49 UTC (permalink / raw) To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Grant Likely, Rob Herring Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Grant Likely <grant.likely@linaro.org> Cc: Rob Herring <robh+dt@kernel.org> --- 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 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH/TRIVIAL 3/5] of: Spelling s/stucture/structure/ 2014-10-22 9:49 ` [PATCH/TRIVIAL 3/5] of: " Geert Uytterhoeven @ 2014-11-18 18:04 ` Rob Herring 0 siblings, 0 replies; 7+ messages in thread From: Rob Herring @ 2014-11-18 18:04 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Jiri Kosina, linux-kernel@vger.kernel.org, Grant Likely, Rob Herring On Wed, Oct 22, 2014 at 4:49 AM, Geert Uytterhoeven <geert+renesas@glider.be> wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Cc: Grant Likely <grant.likely@linaro.org> > Cc: Rob Herring <robh+dt@kernel.org> 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 > ^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH/TRIVIAL 4/5] [SCSI] isci: Spelling s/stucture/structure/ 2014-10-22 9:48 [PATCH/TRIVIAL 1/5] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 2/5] net: " Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 3/5] of: " Geert Uytterhoeven @ 2014-10-22 9:49 ` Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/ Geert Uytterhoeven 3 siblings, 0 replies; 7+ messages in thread From: Geert Uytterhoeven @ 2014-10-22 9:49 UTC (permalink / raw) To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, James E.J. Bottomley Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: James E.J. Bottomley <JBottomley@parallels.com> --- 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 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/ 2014-10-22 9:48 [PATCH/TRIVIAL 1/5] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven ` (2 preceding siblings ...) 2014-10-22 9:49 ` [PATCH/TRIVIAL 4/5] [SCSI] isci: " Geert Uytterhoeven @ 2014-10-22 9:49 ` Geert Uytterhoeven 2014-10-23 14:15 ` Felipe Balbi 3 siblings, 1 reply; 7+ messages in thread From: Geert Uytterhoeven @ 2014-10-22 9:49 UTC (permalink / raw) To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Felipe Balbi Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Cc: Felipe Balbi <balbi@ti.com> --- 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 ^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/ 2014-10-22 9:49 ` [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/ Geert Uytterhoeven @ 2014-10-23 14:15 ` Felipe Balbi 0 siblings, 0 replies; 7+ messages in thread From: Felipe Balbi @ 2014-10-23 14:15 UTC (permalink / raw) To: Geert Uytterhoeven; +Cc: Jiri Kosina, linux-kernel, Felipe Balbi [-- Attachment #1: Type: text/plain, Size: 408 bytes --] On Wed, Oct 22, 2014 at 11:49:03AM +0200, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > Cc: Felipe Balbi <balbi@ti.com> 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 <balbi@ti.com> Jiri, let me know if you prefer that I take this through my tree. -- balbi [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 819 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-11-18 18:05 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-10-22 9:48 [PATCH/TRIVIAL 1/5] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 2/5] net: " Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 3/5] of: " Geert Uytterhoeven 2014-11-18 18:04 ` Rob Herring 2014-10-22 9:49 ` [PATCH/TRIVIAL 4/5] [SCSI] isci: " Geert Uytterhoeven 2014-10-22 9:49 ` [PATCH/TRIVIAL 5/5] usb: gadget: zero: Spelling s/infrastucture/infrastructure/ Geert Uytterhoeven 2014-10-23 14:15 ` Felipe Balbi
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox