linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH trivial/resend 0/9] Resending trivial 2014 patches
@ 2015-03-03 10:58 Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 1/9] ARM: KVM: Spelling s/auxilliary/auxiliary/ Geert Uytterhoeven
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven

	Hi Jiri,

This is a series of trivial patches I submitted in 2014 to various
maintainers, but that never have been applied.

Thanks for applying!

Geert Uytterhoeven (9):
  ARM: KVM: Spelling s/auxilliary/auxiliary/
  megaraid_sas: Spelling s/intance/instance/
  isdn: Grammar /is uses/ is used/
  crypto: ux500: Update error message for dmaengine_prep_slave_sg() API
  drm/radeon: Spelling s/stucture/structure/
  net: Spelling s/stucture/structure/
  drm/i915: Move newline to end of error message
  iwlegacy: 4965-rs: Remove bogus colon after newline from debug message
  netfilter: ebtables: s/stongly inspired on/strongly inspired by/

 arch/arm/include/asm/kvm_asm.h                 | 2 +-
 arch/arm64/include/asm/kvm_asm.h               | 2 +-
 drivers/crypto/ux500/hash/hash_core.c          | 2 +-
 drivers/gpu/drm/i915/i915_irq.c                | 2 +-
 drivers/gpu/drm/radeon/atombios.h              | 4 ++--
 drivers/isdn/i4l/isdn_net.c                    | 2 +-
 drivers/net/ethernet/ti/tlan.c                 | 2 +-
 drivers/net/wireless/ath/ath10k/wmi.h          | 2 +-
 drivers/net/wireless/atmel.c                   | 2 +-
 drivers/net/wireless/iwlegacy/4965-rs.c        | 2 +-
 drivers/scsi/megaraid/megaraid_sas_base.c      | 2 +-
 drivers/scsi/megaraid/megaraid_sas_fusion.c    | 2 +-
 include/linux/netfilter_bridge/ebtables.h      | 2 +-
 include/net/iw_handler.h                       | 2 +-
 include/uapi/linux/netfilter_bridge/ebtables.h | 2 +-
 net/bridge/netfilter/ebtables.c                | 2 +-
 net/socket.c                                   | 2 +-
 17 files changed, 18 insertions(+), 18 deletions(-)

-- 
1.9.1

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

^ permalink raw reply	[flat|nested] 14+ messages in thread

* [PATCH trivial/resend 1/9] ARM: KVM: Spelling s/auxilliary/auxiliary/
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 2/9] megaraid_sas: Spelling s/intance/instance/ Geert Uytterhoeven
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, linux-arm-kernel

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: linux-arm-kernel@lists.infradead.org
---
Resending trivial patches submitted in 2014.

 arch/arm/include/asm/kvm_asm.h   | 2 +-
 arch/arm64/include/asm/kvm_asm.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/include/asm/kvm_asm.h b/arch/arm/include/asm/kvm_asm.h
index 25410b2d8bc1046c..194c91b610ffecfd 100644
--- a/arch/arm/include/asm/kvm_asm.h
+++ b/arch/arm/include/asm/kvm_asm.h
@@ -23,7 +23,7 @@
 #define c0_MPIDR	1	/* MultiProcessor ID Register */
 #define c0_CSSELR	2	/* Cache Size Selection Register */
 #define c1_SCTLR	3	/* System Control Register */
-#define c1_ACTLR	4	/* Auxilliary Control Register */
+#define c1_ACTLR	4	/* Auxiliary Control Register */
 #define c1_CPACR	5	/* Coprocessor Access Control */
 #define c2_TTBR0	6	/* Translation Table Base Register 0 */
 #define c2_TTBR0_high	7	/* TTBR0 top 32 bits */
diff --git a/arch/arm64/include/asm/kvm_asm.h b/arch/arm64/include/asm/kvm_asm.h
index 4f7310fa77f01acd..c4c11d20ca172cf7 100644
--- a/arch/arm64/include/asm/kvm_asm.h
+++ b/arch/arm64/include/asm/kvm_asm.h
@@ -27,7 +27,7 @@
 #define	MPIDR_EL1	1	/* MultiProcessor Affinity Register */
 #define	CSSELR_EL1	2	/* Cache Size Selection Register */
 #define	SCTLR_EL1	3	/* System Control Register */
-#define	ACTLR_EL1	4	/* Auxilliary Control Register */
+#define	ACTLR_EL1	4	/* Auxiliary Control Register */
 #define	CPACR_EL1	5	/* Coprocessor Access Control */
 #define	TTBR0_EL1	6	/* Translation Table Base Register 0 */
 #define	TTBR1_EL1	7	/* Translation Table Base Register 1 */
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH trivial/resend 2/9] megaraid_sas: Spelling s/intance/instance/
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 1/9] ARM: KVM: Spelling s/auxilliary/auxiliary/ Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 3/9] isdn: Grammar /is uses/ is used/ Geert Uytterhoeven
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, James E.J. Bottomley

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Sumit Saxena <sumit.saxena@lsi.com>
Cc: James E.J. Bottomley <JBottomley@parallels.com>
---
Resending trivial patches submitted in 2014.

 drivers/scsi/megaraid/megaraid_sas_base.c   | 2 +-
 drivers/scsi/megaraid/megaraid_sas_fusion.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/megaraid/megaraid_sas_base.c
index 890637fdd61e3535..4c3fc0eb8b3046e6 100644
--- a/drivers/scsi/megaraid/megaraid_sas_base.c
+++ b/drivers/scsi/megaraid/megaraid_sas_base.c
@@ -4747,7 +4747,7 @@ fail_ready_state:
 
 /**
  * megasas_release_mfi -	Reverses the FW initialization
- * @intance:			Adapter soft state
+ * @instance:			Adapter soft state
  */
 static void megasas_release_mfi(struct megasas_instance *instance)
 {
diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi/megaraid/megaraid_sas_fusion.c
index 675b5e7aba947a3b..3a47b58171a1cf34 100644
--- a/drivers/scsi/megaraid/megaraid_sas_fusion.c
+++ b/drivers/scsi/megaraid/megaraid_sas_fusion.c
@@ -2331,7 +2331,7 @@ megasas_issue_dcmd_fusion(struct megasas_instance *instance,
 
 /**
  * megasas_release_fusion -	Reverses the FW initialization
- * @intance:			Adapter soft state
+ * @instance:			Adapter soft state
  */
 void
 megasas_release_fusion(struct megasas_instance *instance)
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH trivial/resend 3/9] isdn: Grammar /is uses/ is used/
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 1/9] ARM: KVM: Spelling s/auxilliary/auxiliary/ Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 2/9] megaraid_sas: Spelling s/intance/instance/ Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 4/9] crypto: ux500: Update error message for dmaengine_prep_slave_sg() API Geert Uytterhoeven
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Karsten Keil

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Karsten Keil <isdn@linux-pingi.de>
---
Resending trivial patches submitted in 2014.

 drivers/isdn/i4l/isdn_net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/isdn/i4l/isdn_net.c b/drivers/isdn/i4l/isdn_net.c
index 94affa5e6f289572..c79adebc3743cdd9 100644
--- a/drivers/isdn/i4l/isdn_net.c
+++ b/drivers/isdn/i4l/isdn_net.c
@@ -58,7 +58,7 @@
  * About SOFTNET:
  * Most of the changes were pretty obvious and basically done by HE already.
  *
- * One problem of the isdn net device code is that is uses struct net_device
+ * One problem of the isdn net device code is that it uses struct net_device
  * for masters and slaves. However, only master interface are registered to
  * the network layer, and therefore, it only makes sense to call netif_*
  * functions on them.
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH trivial/resend 4/9] crypto: ux500: Update error message for dmaengine_prep_slave_sg() API
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2015-03-03 10:58 ` [PATCH trivial/resend 3/9] isdn: Grammar /is uses/ is used/ Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-04  8:58   ` Herbert Xu
  2015-03-03 10:58 ` [PATCH trivial/resend 5/9] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven
                   ` (4 subsequent siblings)
  8 siblings, 1 reply; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Herbert Xu

Commit 7e933d3b1e25b250 ("crypto: ux500: use dmaengine_prep_slave_sg
API") changed the code to use the new API, but forgot to update an error
message.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Herbert Xu <herbert@gondor.apana.org.au>
---
Resending trivial patches submitted in 2014.

 drivers/crypto/ux500/hash/hash_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/ux500/hash/hash_core.c b/drivers/crypto/ux500/hash/hash_core.c
index 187a8fd7eee7f5ec..5f5f360628fc443a 100644
--- a/drivers/crypto/ux500/hash/hash_core.c
+++ b/drivers/crypto/ux500/hash/hash_core.c
@@ -184,7 +184,7 @@ static int hash_set_dma_transfer(struct hash_ctx *ctx, struct scatterlist *sg,
 			direction, DMA_CTRL_ACK | DMA_PREP_INTERRUPT);
 	if (!desc) {
 		dev_err(ctx->device->dev,
-			"%s: device_prep_slave_sg() failed!\n", __func__);
+			"%s: dmaengine_prep_slave_sg() failed!\n", __func__);
 		return -EFAULT;
 	}
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH trivial/resend 5/9] drm/radeon: Spelling s/stucture/structure/
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
                   ` (3 preceding siblings ...)
  2015-03-03 10:58 ` [PATCH trivial/resend 4/9] crypto: ux500: Update error message for dmaengine_prep_slave_sg() API Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 6/9] net: " Geert Uytterhoeven
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, David Airlie

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: David Airlie <airlied@linux.ie>
---
Resending trivial patches submitted in 2014.

 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] 14+ messages in thread

* [PATCH trivial/resend 6/9] net: Spelling s/stucture/structure/
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
                   ` (4 preceding siblings ...)
  2015-03-03 10:58 ` [PATCH trivial/resend 5/9] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 7/9] drm/i915: Move newline to end of error message Geert Uytterhoeven
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 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>
---
Resending trivial patches submitted in 2014.

 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 691ec936e88d5360..f7886e6646a0565a 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 20ce3603e64b7337..8fadde2f1546de3d 100644
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@ -1989,7 +1989,7 @@ struct wmi_init_cmd {
 	struct wmi_host_mem_chunks mem_chunks;
 } __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;
 	struct wmi_host_mem_chunks mem_chunks;
diff --git a/drivers/net/wireless/atmel.c b/drivers/net/wireless/atmel.c
index 55db9f03eb2a3f25..30ad910624c09650 100644
--- a/drivers/net/wireless/atmel.c
+++ b/drivers/net/wireless/atmel.c
@@ -3870,7 +3870,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 bbedbfcb42c2505f..d49baf2bacef3555 100644
--- a/net/socket.c
+++ b/net/socket.c
@@ -1492,7 +1492,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] 14+ messages in thread

* [PATCH trivial/resend 7/9] drm/i915: Move newline to end of error message
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
                   ` (5 preceding siblings ...)
  2015-03-03 10:58 ` [PATCH trivial/resend 6/9] net: " Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message Geert Uytterhoeven
  2015-03-03 10:58 ` [PATCH trivial/resend 9/9] netfilter: ebtables: s/stongly inspired on/strongly inspired by/ Geert Uytterhoeven
  8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, David Airlie

Currently the error message is needlessly split across two lines.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: David Airlie <airlied@linux.ie>
---
Resending trivial patches submitted in 2014.

 drivers/gpu/drm/i915/i915_irq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c
index 4145d95902f54fbd..56847e4dcb63fe21 100644
--- a/drivers/gpu/drm/i915/i915_irq.c
+++ b/drivers/gpu/drm/i915/i915_irq.c
@@ -2363,7 +2363,7 @@ static irqreturn_t gen8_irq_handler(int irq, void *arg)
 				fault_errors = pipe_iir & GEN8_DE_PIPE_IRQ_FAULT_ERRORS;
 
 			if (fault_errors)
-				DRM_ERROR("Fault errors on pipe %c\n: 0x%08x",
+				DRM_ERROR("Fault errors on pipe %c: 0x%08x\n",
 					  pipe_name(pipe),
 					  pipe_iir & GEN8_DE_PIPE_IRQ_FAULT_ERRORS);
 		} else
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
                   ` (6 preceding siblings ...)
  2015-03-03 10:58 ` [PATCH trivial/resend 7/9] drm/i915: Move newline to end of error message Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  2015-03-03 11:48   ` Kalle Valo
  2015-03-03 12:23   ` Kalle Valo
  2015-03-03 10:58 ` [PATCH trivial/resend 9/9] netfilter: ebtables: s/stongly inspired on/strongly inspired by/ Geert Uytterhoeven
  8 siblings, 2 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 UTC (permalink / raw)
  To: Jiri Kosina; +Cc: linux-kernel, Geert Uytterhoeven, Kalle Valo

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Kalle Valo <kvalo@codeaurora.org>
---
Resending trivial patches submitted in 2014.

 drivers/net/wireless/iwlegacy/4965-rs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/wireless/iwlegacy/4965-rs.c b/drivers/net/wireless/iwlegacy/4965-rs.c
index eaaeea19d8c5bcc9..bac60b2bc3f014a5 100644
--- a/drivers/net/wireless/iwlegacy/4965-rs.c
+++ b/drivers/net/wireless/iwlegacy/4965-rs.c
@@ -1678,7 +1678,7 @@ il4965_rs_stay_in_table(struct il_lq_sta *lq_sta, bool force_search)
 		    lq_sta->total_success > lq_sta->max_success_limit ||
 		    (!lq_sta->search_better_tbl && lq_sta->flush_timer &&
 		     flush_interval_passed)) {
-			D_RATE("LQ: stay is expired %d %d %d\n:",
+			D_RATE("LQ: stay is expired %d %d %d\n",
 			       lq_sta->total_failed, lq_sta->total_success,
 			       flush_interval_passed);
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH trivial/resend 9/9] netfilter: ebtables: s/stongly inspired on/strongly inspired by/
  2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
                   ` (7 preceding siblings ...)
  2015-03-03 10:58 ` [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message Geert Uytterhoeven
@ 2015-03-03 10:58 ` Geert Uytterhoeven
  8 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 10:58 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>
---
Resending trivial patches submitted in 2014.

 include/linux/netfilter_bridge/ebtables.h      | 2 +-
 include/uapi/linux/netfilter_bridge/ebtables.h | 2 +-
 net/bridge/netfilter/ebtables.c                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/netfilter_bridge/ebtables.h b/include/linux/netfilter_bridge/ebtables.h
index 34e7a2b7f8677f9f..9ac6f263956b4ea2 100644
--- a/include/linux/netfilter_bridge/ebtables.h
+++ b/include/linux/netfilter_bridge/ebtables.h
@@ -6,7 +6,7 @@
  *
  *  ebtables.c,v 2.0, April, 2002
  *
- *  This code is stongly inspired on the iptables code which is
+ *  This code is strongly inspired by the iptables code which is
  *  Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
  */
 #ifndef __LINUX_BRIDGE_EFF_H
diff --git a/include/uapi/linux/netfilter_bridge/ebtables.h b/include/uapi/linux/netfilter_bridge/ebtables.h
index ba993360dbe908cf..ab46c805c455741f 100644
--- a/include/uapi/linux/netfilter_bridge/ebtables.h
+++ b/include/uapi/linux/netfilter_bridge/ebtables.h
@@ -6,7 +6,7 @@
  *
  *  ebtables.c,v 2.0, April, 2002
  *
- *  This code is stongly inspired on the iptables code which is
+ *  This code is strongly inspired by the iptables code which is
  *  Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
  */
 
diff --git a/net/bridge/netfilter/ebtables.c b/net/bridge/netfilter/ebtables.c
index 91180a7fc94376ea..c2cabbe6fa58170f 100644
--- a/net/bridge/netfilter/ebtables.c
+++ b/net/bridge/netfilter/ebtables.c
@@ -6,7 +6,7 @@
  *
  *  ebtables.c,v 2.0, July, 2002
  *
- *  This code is stongly inspired on the iptables code which is
+ *  This code is strongly inspired by the iptables code which is
  *  Copyright (C) 1999 Paul `Rusty' Russell & Michael J. Neuling
  *
  *  This program is free software; you can redistribute it and/or
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message
  2015-03-03 10:58 ` [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message Geert Uytterhoeven
@ 2015-03-03 11:48   ` Kalle Valo
  2015-03-03 12:01     ` Geert Uytterhoeven
  2015-03-03 12:23   ` Kalle Valo
  1 sibling, 1 reply; 14+ messages in thread
From: Kalle Valo @ 2015-03-03 11:48 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Jiri Kosina, linux-kernel

Geert Uytterhoeven <geert+renesas@glider.be> writes:

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Kalle Valo <kvalo@codeaurora.org>
> ---
> Resending trivial patches submitted in 2014.

Do you want me to apply this to wireless-drivers-next?

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message
  2015-03-03 11:48   ` Kalle Valo
@ 2015-03-03 12:01     ` Geert Uytterhoeven
  0 siblings, 0 replies; 14+ messages in thread
From: Geert Uytterhoeven @ 2015-03-03 12:01 UTC (permalink / raw)
  To: Kalle Valo; +Cc: Geert Uytterhoeven, Jiri Kosina, linux-kernel

Hi Kalle,

On Tue, Mar 3, 2015 at 12:48 PM, Kalle Valo <kvalo@codeaurora.org> wrote:
> Geert Uytterhoeven <geert+renesas@glider.be> writes:
>
>> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
>> Cc: Kalle Valo <kvalo@codeaurora.org>
>> ---
>> Resending trivial patches submitted in 2014.
>
> Do you want me to apply this to wireless-drivers-next?

That's one option. Then Jiri will drop it.

Thanks!

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message
  2015-03-03 10:58 ` [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message Geert Uytterhoeven
  2015-03-03 11:48   ` Kalle Valo
@ 2015-03-03 12:23   ` Kalle Valo
  1 sibling, 0 replies; 14+ messages in thread
From: Kalle Valo @ 2015-03-03 12:23 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Jiri Kosina, linux-kernel, linux-wireless

+ linux-wireless

Geert Uytterhoeven <geert+renesas@glider.be> writes:

> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Kalle Valo <kvalo@codeaurora.org>
> ---
> Resending trivial patches submitted in 2014.

Thanks, applied to wireless-drivers-next.git.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH trivial/resend 4/9] crypto: ux500: Update error message for dmaengine_prep_slave_sg() API
  2015-03-03 10:58 ` [PATCH trivial/resend 4/9] crypto: ux500: Update error message for dmaengine_prep_slave_sg() API Geert Uytterhoeven
@ 2015-03-04  8:58   ` Herbert Xu
  0 siblings, 0 replies; 14+ messages in thread
From: Herbert Xu @ 2015-03-04  8:58 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Jiri Kosina, linux-kernel

On Tue, Mar 03, 2015 at 11:58:09AM +0100, Geert Uytterhoeven wrote:
> Commit 7e933d3b1e25b250 ("crypto: ux500: use dmaengine_prep_slave_sg
> API") changed the code to use the new API, but forgot to update an error
> message.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Cc: Herbert Xu <herbert@gondor.apana.org.au>

Please send crypto patches to linux-crypto@vger.kernel.org.

Thanks!
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2015-03-04  8:59 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-03 10:58 [PATCH trivial/resend 0/9] Resending trivial 2014 patches Geert Uytterhoeven
2015-03-03 10:58 ` [PATCH trivial/resend 1/9] ARM: KVM: Spelling s/auxilliary/auxiliary/ Geert Uytterhoeven
2015-03-03 10:58 ` [PATCH trivial/resend 2/9] megaraid_sas: Spelling s/intance/instance/ Geert Uytterhoeven
2015-03-03 10:58 ` [PATCH trivial/resend 3/9] isdn: Grammar /is uses/ is used/ Geert Uytterhoeven
2015-03-03 10:58 ` [PATCH trivial/resend 4/9] crypto: ux500: Update error message for dmaengine_prep_slave_sg() API Geert Uytterhoeven
2015-03-04  8:58   ` Herbert Xu
2015-03-03 10:58 ` [PATCH trivial/resend 5/9] drm/radeon: Spelling s/stucture/structure/ Geert Uytterhoeven
2015-03-03 10:58 ` [PATCH trivial/resend 6/9] net: " Geert Uytterhoeven
2015-03-03 10:58 ` [PATCH trivial/resend 7/9] drm/i915: Move newline to end of error message Geert Uytterhoeven
2015-03-03 10:58 ` [PATCH trivial/resend 8/9] iwlegacy: 4965-rs: Remove bogus colon after newline from debug message Geert Uytterhoeven
2015-03-03 11:48   ` Kalle Valo
2015-03-03 12:01     ` Geert Uytterhoeven
2015-03-03 12:23   ` Kalle Valo
2015-03-03 10:58 ` [PATCH trivial/resend 9/9] netfilter: ebtables: s/stongly inspired on/strongly inspired by/ Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).