All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] s390x/kvm: Fix couple of typos
@ 2015-07-30 16:00 Kamalesh Babulal
  2015-09-06 10:26 ` Michael Tokarev
  0 siblings, 1 reply; 3+ messages in thread
From: Kamalesh Babulal @ 2015-07-30 16:00 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Kamalesh Babulal

Fix spellings of 'transfered' -> 'transferred' and
'occured' -> 'occurred'.

Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
---
 target-s390x/kvm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/target-s390x/kvm.c b/target-s390x/kvm.c
index ae3a0affec9c..7e39045826cd 100644
--- a/target-s390x/kvm.c
+++ b/target-s390x/kvm.c
@@ -588,9 +588,9 @@ int kvm_s390_set_clock(uint8_t *tod_high, uint64_t *tod_low)
  * @addr:      the logical start address in guest memory
  * @ar:        the access register number
  * @hostbuf:   buffer in host memory. NULL = do only checks w/o copying
- * @len:       length that should be transfered
+ * @len:       length that should be transferred
  * @is_write:  true = write, false = read
- * Returns:    0 on success, non-zero if an exception or error occured
+ * Returns:    0 on success, non-zero if an exception or error occurred
  *
  * Use KVM ioctl to read/write from/to guest memory. An access exception
  * is injected into the vCPU in case of translation errors.
--
2.1.2



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

* Re: [Qemu-trivial] [PATCH] s390x/kvm: Fix couple of typos
  2015-07-30 16:00 [Qemu-trivial] [PATCH] s390x/kvm: Fix couple of typos Kamalesh Babulal
@ 2015-09-06 10:26 ` Michael Tokarev
  2015-09-06 10:54   ` Michael Tokarev
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Tokarev @ 2015-09-06 10:26 UTC (permalink / raw)
  To: Kamalesh Babulal, qemu-trivial

30.07.2015 19:00, Kamalesh Babulal wrote:
> Fix spellings of 'transfered' -> 'transferred' and
> 'occured' -> 'occurred'.

Applied to -trivial, thank you!

/mjt


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

* Re: [Qemu-trivial] [PATCH] s390x/kvm: Fix couple of typos
  2015-09-06 10:26 ` Michael Tokarev
@ 2015-09-06 10:54   ` Michael Tokarev
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2015-09-06 10:54 UTC (permalink / raw)
  To: Kamalesh Babulal, qemu-trivial

06.09.2015 13:26, Michael Tokarev wrote:
> 30.07.2015 19:00, Kamalesh Babulal wrote:
>> Fix spellings of 'transfered' -> 'transferred' and
>> 'occured' -> 'occurred'.
> 
> Applied to -trivial, thank you!

It was too fast.  There was another patch, by Lajos Veres,
named "typofixes", which included these 2 fixes and a bunch
of others.  I've applied the patch by Lajos Veres instead.

Thanks!

/mjt


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

end of thread, other threads:[~2015-09-06 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-30 16:00 [Qemu-trivial] [PATCH] s390x/kvm: Fix couple of typos Kamalesh Babulal
2015-09-06 10:26 ` Michael Tokarev
2015-09-06 10:54   ` Michael Tokarev

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.