[PATCH] perf test: remove duplicate word

Ruffalo Lavoisier posted 1 patch 1 year, 2 months ago
tools/perf/tests/workloads/landlock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] perf test: remove duplicate word
Posted by Ruffalo Lavoisier 1 year, 2 months ago
- Remove duplicate word, 'the'.
---
 tools/perf/tests/workloads/landlock.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/tests/workloads/landlock.c b/tools/perf/tests/workloads/landlock.c
index e2b5ef647c09..1f285b7b6236 100644
--- a/tools/perf/tests/workloads/landlock.c
+++ b/tools/perf/tests/workloads/landlock.c
@@ -10,7 +10,7 @@
  * 'perf test' workload) we just add the required types and defines here instead
  * of including linux/landlock, that isn't available in older systems.
  *
- * We are not interested in the the result of the syscall, just in intercepting
+ * We are not interested in the result of the syscall, just in intercepting
  * its arguments.
  */
 
-- 
2.46.1
Re: [PATCH] perf test: remove duplicate word
Posted by Arnaldo Carvalho de Melo 1 year, 1 month ago
On Wed, Nov 20, 2024 at 01:35:02PM +0900, Ruffalo Lavoisier wrote:
> - Remove duplicate word, 'the'.
> ---
>  tools/perf/tests/workloads/landlock.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to perf-tools-next,

- Arnaldo
 
> diff --git a/tools/perf/tests/workloads/landlock.c b/tools/perf/tests/workloads/landlock.c
> index e2b5ef647c09..1f285b7b6236 100644
> --- a/tools/perf/tests/workloads/landlock.c
> +++ b/tools/perf/tests/workloads/landlock.c
> @@ -10,7 +10,7 @@
>   * 'perf test' workload) we just add the required types and defines here instead
>   * of including linux/landlock, that isn't available in older systems.
>   *
> - * We are not interested in the the result of the syscall, just in intercepting
> + * We are not interested in the result of the syscall, just in intercepting
>   * its arguments.
>   */
>  
> -- 
> 2.46.1