All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially"
@ 2023-06-02 10:23 Colin Ian King
  2023-06-02 11:07 ` Janosch Frank
  0 siblings, 1 reply; 4+ messages in thread
From: Colin Ian King @ 2023-06-02 10:23 UTC (permalink / raw)
  To: Christian Borntraeger, Janosch Frank, Claudio Imbrenda,
	David Hildenbrand, Paolo Bonzini, Shuah Khan, kvm,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in literal string. Fix it.

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

diff --git a/tools/testing/selftests/kvm/s390x/cmma_test.c b/tools/testing/selftests/kvm/s390x/cmma_test.c
index 6d0751ea224b..576fe8ee0aec 100644
--- a/tools/testing/selftests/kvm/s390x/cmma_test.c
+++ b/tools/testing/selftests/kvm/s390x/cmma_test.c
@@ -656,7 +656,7 @@ struct testdef {
 } testlist[] = {
 	{ "migration mode and dirty tracking", test_migration_mode },
 	{ "GET_CMMA_BITS: basic calls", test_get_cmma_basic },
-	{ "GET_CMMA_BITS: all pages are dirty initally", test_get_inital_dirty },
+	{ "GET_CMMA_BITS: all pages are dirty initially", test_get_inital_dirty },
 	{ "GET_CMMA_BITS: holes are skipped", test_get_skip_holes },
 };
 
-- 
2.30.2


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

* Re: [PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially"
  2023-06-02 10:23 [PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially" Colin Ian King
@ 2023-06-02 11:07 ` Janosch Frank
  2023-06-02 11:41   ` Colin King (gmail)
  2023-06-02 12:08   ` Dan Carpenter
  0 siblings, 2 replies; 4+ messages in thread
From: Janosch Frank @ 2023-06-02 11:07 UTC (permalink / raw)
  To: Colin Ian King, Christian Borntraeger, Claudio Imbrenda,
	David Hildenbrand, Paolo Bonzini, Shuah Khan, kvm,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

On 6/2/23 12:23, Colin Ian King wrote:
> There is a spelling mistake in literal string. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Hey Colin,

I'm not a big fan of such fixes since they are most of the time more 
work for the maintainers than they are worth and accepting one can 
result in a flood of similar new patches. If this would have been your 
first ever patch I might have considered picking this but that's not the 
case.

That being said, if one of the other maintainers choose to pick it I 
won't stand in their way.

Cheers,
Janosch

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

* Re: [PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially"
  2023-06-02 11:07 ` Janosch Frank
@ 2023-06-02 11:41   ` Colin King (gmail)
  2023-06-02 12:08   ` Dan Carpenter
  1 sibling, 0 replies; 4+ messages in thread
From: Colin King (gmail) @ 2023-06-02 11:41 UTC (permalink / raw)
  To: Janosch Frank, Christian Borntraeger, Claudio Imbrenda,
	David Hildenbrand, Paolo Bonzini, Shuah Khan, kvm,
	linux-kselftest
  Cc: kernel-janitors, linux-kernel

On 02/06/2023 12:07, Janosch Frank wrote:
> On 6/2/23 12:23, Colin Ian King wrote:
>> There is a spelling mistake in literal string. Fix it.
>>
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> 
> Hey Colin,
> 
> I'm not a big fan of such fixes since they are most of the time more 
> work for the maintainers than they are worth and accepting one can 
> result in a flood of similar new patches. If this would have been your 
> first ever patch I might have considered picking this but that's not the 
> case.

I understand. However, customer facing typos make the kernel look 
shabby, hence the fix.

Colin

> 
> That being said, if one of the other maintainers choose to pick it I 
> won't stand in their way.
> 
> Cheers,
> Janosch


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

* Re: [PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially"
  2023-06-02 11:07 ` Janosch Frank
  2023-06-02 11:41   ` Colin King (gmail)
@ 2023-06-02 12:08   ` Dan Carpenter
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2023-06-02 12:08 UTC (permalink / raw)
  To: Janosch Frank
  Cc: Colin Ian King, Christian Borntraeger, Claudio Imbrenda,
	David Hildenbrand, Paolo Bonzini, Shuah Khan, kvm,
	linux-kselftest, kernel-janitors, linux-kernel

On Fri, Jun 02, 2023 at 01:07:45PM +0200, Janosch Frank wrote:
> On 6/2/23 12:23, Colin Ian King wrote:
> > There is a spelling mistake in literal string. Fix it.
> > 
> > Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> 
> Hey Colin,
> 
> I'm not a big fan of such fixes since they are most of the time more work
> for the maintainers than they are worth and accepting one can result in a
> flood of similar new patches. If this would have been your first ever patch
> I might have considered picking this but that's not the case.
> 
> That being said, if one of the other maintainers choose to pick it I won't
> stand in their way.

I kind of get dread when people ask me to fix a typo in my commit
message.  The drudgery of Sort by thread, Up arrow to the patch, Hit e,
Fix the typo, Add the v2 to the subject, The little note under the
--- cut off, and Hit send.  FML, right?  So I sympathize about not
caring about spelling.  But this is a user visible string.  Kind of.
It's testing code...

You should improve your process so it's easier to apply patches.  For
me, I type "i" to review this patch in context.  Then "ESC:q" to leave
vim.  Then "ap" to apply the patch.  It's six key strokes.  Anything
more than 10 key strokes to review and apply a patch is not Web Scale.

regards,
dan carpenter

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

end of thread, other threads:[~2023-06-02 12:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-02 10:23 [PATCH][next] KVM: s390: selftests: Fix spelling mistake "initally" -> "initially" Colin Ian King
2023-06-02 11:07 ` Janosch Frank
2023-06-02 11:41   ` Colin King (gmail)
2023-06-02 12:08   ` Dan Carpenter

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.