[PATCH][next] perf kwork: Fix spelling mistake "Captuer" -> "Capture"

Colin Ian King posted 1 patch 3 years, 8 months ago
There is a newer version of this series
tools/perf/builtin-kwork.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] perf kwork: Fix spelling mistake "Captuer" -> "Capture"
Posted by Colin Ian King 3 years, 8 months ago
There is a spelling mistake in a pr_debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/perf/builtin-kwork.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/builtin-kwork.c b/tools/perf/builtin-kwork.c
index fb8c63656ad8..d5906e939756 100644
--- a/tools/perf/builtin-kwork.c
+++ b/tools/perf/builtin-kwork.c
@@ -1447,7 +1447,7 @@ static void sig_handler(int sig)
 	 * Simply capture termination signal so that
 	 * the program can continue after pause returns
 	 */
-	pr_debug("Captuer signal %d\n", sig);
+	pr_debug("Capture signal %d\n", sig);
 }
 
 static int perf_kwork__report_bpf(struct perf_kwork *kwork)
-- 
2.35.3
Re: [PATCH][next] perf kwork: Fix spelling mistake "Captuer" -> "Capture"
Posted by Yang Jihong 3 years, 8 months ago
Hello Colin,

On 2022/7/27 20:41, Colin Ian King wrote:
> There is a spelling mistake in a pr_debug message. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
>   tools/perf/builtin-kwork.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/builtin-kwork.c b/tools/perf/builtin-kwork.c
> index fb8c63656ad8..d5906e939756 100644
> --- a/tools/perf/builtin-kwork.c
> +++ b/tools/perf/builtin-kwork.c
> @@ -1447,7 +1447,7 @@ static void sig_handler(int sig)
>   	 * Simply capture termination signal so that
>   	 * the program can continue after pause returns
>   	 */
> -	pr_debug("Captuer signal %d\n", sig);
> +	pr_debug("Capture signal %d\n", sig);
>   }
>   
>   static int perf_kwork__report_bpf(struct perf_kwork *kwork)
> 
OK, I'll fix in next patch,thanks for your review.

Regards,
Jihong
.