All of lore.kernel.org
 help / color / mirror / Atom feed
From: Colin King <colin.king@canonical.com>
To: Shuah Khan <shuah@kernel.org>,
	Paolo Bonzini <pbonzini@redhat.com>,
	linux-kselftest@vger.kernel.org
Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH] kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"
Date: Sat, 13 Oct 2018 16:41:05 +0100	[thread overview]
Message-ID: <20181013154105.5999-1-colin.king@canonical.com> (raw)

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

Trivial fix to spelling mistake in TEST_ASSERT message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/testing/selftests/kvm/lib/kvm_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
index 6fd8c089cafc..a56ef6b187bb 100644
--- a/tools/testing/selftests/kvm/lib/kvm_util.c
+++ b/tools/testing/selftests/kvm/lib/kvm_util.c
@@ -123,7 +123,7 @@ struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm)
 
 	/* Allocate memory. */
 	vm = calloc(1, sizeof(*vm));
-	TEST_ASSERT(vm != NULL, "Insufficent Memory");
+	TEST_ASSERT(vm != NULL, "Insufficient Memory");
 
 	vm->mode = mode;
 	vm_open(vm, perm);
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Colin King <colin.king@canonical.com>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH] kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"
Date: Sat, 13 Oct 2018 15:41:05 +0000	[thread overview]
Message-ID: <20181013154105.5999-1-colin.king@canonical.com> (raw)

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

Trivial fix to spelling mistake in TEST_ASSERT message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/testing/selftests/kvm/lib/kvm_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
index 6fd8c089cafc..a56ef6b187bb 100644
--- a/tools/testing/selftests/kvm/lib/kvm_util.c
+++ b/tools/testing/selftests/kvm/lib/kvm_util.c
@@ -123,7 +123,7 @@ struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm)
 
 	/* Allocate memory. */
 	vm = calloc(1, sizeof(*vm));
-	TEST_ASSERT(vm != NULL, "Insufficent Memory");
+	TEST_ASSERT(vm != NULL, "Insufficient Memory");
 
 	vm->mode = mode;
 	vm_open(vm, perm);
-- 
2.17.1

WARNING: multiple messages have this Message-ID (diff)
From: colin.king at canonical.com (Colin King)
Subject: [PATCH] kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"
Date: Sat, 13 Oct 2018 16:41:05 +0100	[thread overview]
Message-ID: <20181013154105.5999-1-colin.king@canonical.com> (raw)

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

Trivial fix to spelling mistake in TEST_ASSERT message text

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 tools/testing/selftests/kvm/lib/kvm_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
index 6fd8c089cafc..a56ef6b187bb 100644
--- a/tools/testing/selftests/kvm/lib/kvm_util.c
+++ b/tools/testing/selftests/kvm/lib/kvm_util.c
@@ -123,7 +123,7 @@ struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm)
 
 	/* Allocate memory. */
 	vm = calloc(1, sizeof(*vm));
-	TEST_ASSERT(vm != NULL, "Insufficent Memory");
+	TEST_ASSERT(vm != NULL, "Insufficient Memory");
 
 	vm->mode = mode;
 	vm_open(vm, perm);
-- 
2.17.1

WARNING: multiple messages have this Message-ID (diff)
From: colin.king@canonical.com (Colin King)
Subject: [PATCH] kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient"
Date: Sat, 13 Oct 2018 16:41:05 +0100	[thread overview]
Message-ID: <20181013154105.5999-1-colin.king@canonical.com> (raw)
Message-ID: <20181013154105.UEfr3YltnrLjO49wPihaDTNJDAfCJ8kYmH106w2B_Os@z> (raw)

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

Trivial fix to spelling mistake in TEST_ASSERT message text

Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
 tools/testing/selftests/kvm/lib/kvm_util.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
index 6fd8c089cafc..a56ef6b187bb 100644
--- a/tools/testing/selftests/kvm/lib/kvm_util.c
+++ b/tools/testing/selftests/kvm/lib/kvm_util.c
@@ -123,7 +123,7 @@ struct kvm_vm *vm_create(enum vm_guest_mode mode, uint64_t phy_pages, int perm)
 
 	/* Allocate memory. */
 	vm = calloc(1, sizeof(*vm));
-	TEST_ASSERT(vm != NULL, "Insufficent Memory");
+	TEST_ASSERT(vm != NULL, "Insufficient Memory");
 
 	vm->mode = mode;
 	vm_open(vm, perm);
-- 
2.17.1

             reply	other threads:[~2018-10-13 15:41 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-13 15:41 Colin King [this message]
2018-10-13 15:41 ` [PATCH] kvm: selftests: fix spelling mistake "Insufficent" -> "Insufficient" Colin King
2018-10-13 15:41 ` colin.king
2018-10-13 15:41 ` Colin King
2018-10-16 14:47 ` Shuah Khan
2018-10-16 14:47   ` Shuah Khan
2018-10-16 14:47   ` shuah
2018-10-16 14:47   ` Shuah Khan
2018-11-26 16:08 [PATCH] kvm: selftests: fix spelling mistake "begining" -> "beginning" Colin King
2018-11-26 16:08 ` Colin King
2018-11-26 16:08 ` colin.king
2018-11-26 16:08 ` Colin King
2018-11-26 17:07 ` Paolo Bonzini
2018-11-26 17:07   ` Paolo Bonzini
2018-11-26 17:07   ` pbonzini
2018-11-26 17:07   ` Paolo Bonzini
2019-02-17 22:40 Colin King
2019-02-17 22:40 ` Colin King
2019-02-17 22:40 ` colin.king
2019-02-17 22:40 ` Colin King
2019-10-04  8:13 [PATCH] kvm: selftests: fix spelling mistake: missmatch -> mismatch Colin King
2019-10-04  8:13 ` Colin King
2020-08-10 10:16 [PATCH] kvm: selftests: fix spelling mistake: "missmatch" -> "missmatch" Colin King
2020-08-10 10:16 ` Colin King
2020-08-10 11:21 ` Paolo Bonzini
2020-08-10 11:21   ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181013154105.5999-1-colin.king@canonical.com \
    --to=colin.king@canonical.com \
    --cc=kernel-janitors@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=shuah@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.