Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1622152 > unrolled thread
| Started by | Colin King <colin.king@canonical.com> |
|---|---|
| First post | 2017-04-12 15:50 +0200 |
| Last post | 2017-04-14 00:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] selftests/timers: fix spelling mistake: "Asynchronous" Colin King <colin.king@canonical.com> - 2017-04-12 15:50 +0200
Re: [PATCH] selftests/timers: fix spelling mistake: "Asynchronous" Shuah Khan <shuah@kernel.org> - 2017-04-14 00:10 +0200
| From | Colin King <colin.king@canonical.com> |
|---|---|
| Date | 2017-04-12 15:50 +0200 |
| Subject | [PATCH] selftests/timers: fix spelling mistake: "Asynchronous" |
| Message-ID | <tvqOK-554-15@gated-at.bofh.it> |
From: Colin Ian King <colin.king@canonical.com>
trivial fix to spelling mistake in printed message.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
tools/testing/selftests/timers/clocksource-switch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/timers/clocksource-switch.c b/tools/testing/selftests/timers/clocksource-switch.c
index fd88e3025bed..5ff165373f8b 100644
--- a/tools/testing/selftests/timers/clocksource-switch.c
+++ b/tools/testing/selftests/timers/clocksource-switch.c
@@ -159,7 +159,7 @@ int main(int argv, char **argc)
}
- printf("Running Asyncrhonous Switching Tests...\n");
+ printf("Running Asynchronous Switching Tests...\n");
pid = fork();
if (!pid)
return run_tests(60);
--
2.11.0
[toc] | [next] | [standalone]
| From | Shuah Khan <shuah@kernel.org> |
|---|---|
| Date | 2017-04-14 00:10 +0200 |
| Message-ID | <tvV6a-P8-23@gated-at.bofh.it> |
| In reply to | #1622152 |
On 04/12/2017 07:48 AM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> trivial fix to spelling mistake in printed message.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> tools/testing/selftests/timers/clocksource-switch.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/testing/selftests/timers/clocksource-switch.c b/tools/testing/selftests/timers/clocksource-switch.c
> index fd88e3025bed..5ff165373f8b 100644
> --- a/tools/testing/selftests/timers/clocksource-switch.c
> +++ b/tools/testing/selftests/timers/clocksource-switch.c
> @@ -159,7 +159,7 @@ int main(int argv, char **argc)
> }
>
>
> - printf("Running Asyncrhonous Switching Tests...\n");
> + printf("Running Asynchronous Switching Tests...\n");
> pid = fork();
> if (!pid)
> return run_tests(60);
>
Applied to linux-kselftest next
thanks,
-- Shuah
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web