linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: kprobes: fix spelling mistake: "undefeined" -> "undefined"
@ 2018-05-10 16:02 Colin King
  0 siblings, 0 replies; 3+ messages in thread
From: Colin King @ 2018-05-10 16:02 UTC (permalink / raw)
  To: Russell King, linux-arm-kernel; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/arm/probes/kprobes/test-thumb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/probes/kprobes/test-thumb.c b/arch/arm/probes/kprobes/test-thumb.c
index b683b4517458..6841909757cd 100644
--- a/arch/arm/probes/kprobes/test-thumb.c
+++ b/arch/arm/probes/kprobes/test-thumb.c
@@ -787,7 +787,7 @@ CONDITION_INSTRUCTIONS(22,
 
 	TEST_UNSUPPORTED(__inst_thumb32(0xf7f08000) " @ smc #0")
 
-	TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefeined")
+	TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefined")
 
 	TEST_BF(  "b.w	2f")
 	TEST_BB(  "b.w	2b")
-- 
2.17.0

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

* Re: [PATCH] ARM: kprobes: fix spelling mistake "undefeined" -> "undefined"
  2019-04-18 17:38 [PATCH] ARM: kprobes: fix spelling mistake " Colin King
@ 2019-04-18 19:03 ` Mukesh Ojha
  0 siblings, 0 replies; 3+ messages in thread
From: Mukesh Ojha @ 2019-04-18 19:03 UTC (permalink / raw)
  To: Colin King, Russell King, linux-arm-kernel; +Cc: kernel-janitors, linux-kernel


On 4/18/2019 11:08 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There is a spelling mistake on the TEST_UNSUPPORTED macro. Fix this.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   arch/arm/probes/kprobes/test-thumb.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/probes/kprobes/test-thumb.c b/arch/arm/probes/kprobes/test-thumb.c
> index b683b4517458..6841909757cd 100644
> --- a/arch/arm/probes/kprobes/test-thumb.c
> +++ b/arch/arm/probes/kprobes/test-thumb.c
> @@ -787,7 +787,7 @@ CONDITION_INSTRUCTIONS(22,
>   
>   	TEST_UNSUPPORTED(__inst_thumb32(0xf7f08000) " @ smc #0")
>   
> -	TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefeined")
> +	TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefined")
>   
>   	TEST_BF(  "b.w	2f")
>   	TEST_BB(  "b.w	2b")

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

* [PATCH] ARM: kprobes: fix spelling mistake "undefeined" -> "undefined"
@ 2019-04-18 17:38 Colin King
  2019-04-18 19:03 ` Mukesh Ojha
  0 siblings, 1 reply; 3+ messages in thread
From: Colin King @ 2019-04-18 17:38 UTC (permalink / raw)
  To: Russell King, linux-arm-kernel; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake on the TEST_UNSUPPORTED macro. Fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 arch/arm/probes/kprobes/test-thumb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/probes/kprobes/test-thumb.c b/arch/arm/probes/kprobes/test-thumb.c
index b683b4517458..6841909757cd 100644
--- a/arch/arm/probes/kprobes/test-thumb.c
+++ b/arch/arm/probes/kprobes/test-thumb.c
@@ -787,7 +787,7 @@ CONDITION_INSTRUCTIONS(22,
 
 	TEST_UNSUPPORTED(__inst_thumb32(0xf7f08000) " @ smc #0")
 
-	TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefeined")
+	TEST_UNSUPPORTED(__inst_thumb32(0xf7f0a000) " @ undefined")
 
 	TEST_BF(  "b.w	2f")
 	TEST_BB(  "b.w	2b")
-- 
2.20.1


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

end of thread, other threads:[~2019-04-18 19:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-10 16:02 [PATCH] ARM: kprobes: fix spelling mistake: "undefeined" -> "undefined" Colin King
2019-04-18 17:38 [PATCH] ARM: kprobes: fix spelling mistake " Colin King
2019-04-18 19:03 ` Mukesh Ojha

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).