All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] *-user: Fix typo in comment (ulocking -> unlocking)
@ 2013-09-12 17:57 Stefan Weil
  2013-09-12 18:03 ` Peter Maydell
  2013-09-14  8:55 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Weil @ 2013-09-12 17:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Blue Swirl, Riku Voipio, Stefan Weil

Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 bsd-user/qemu.h   |    2 +-
 linux-user/qemu.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 1998af6..ddc74ed 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -381,7 +381,7 @@ static inline void *lock_user_string(abi_ulong guest_addr)
     return lock_user(VERIFY_READ, guest_addr, (long)(len + 1), 1);
 }
 
-/* Helper macros for locking/ulocking a target struct.  */
+/* Helper macros for locking/unlocking a target struct.  */
 #define lock_user_struct(type, host_ptr, guest_addr, copy)      \
     (host_ptr = lock_user(type, guest_addr, sizeof(*host_ptr), copy))
 #define unlock_user_struct(host_ptr, guest_addr, copy)          \
diff --git a/linux-user/qemu.h b/linux-user/qemu.h
index 974c239..617cac1 100644
--- a/linux-user/qemu.h
+++ b/linux-user/qemu.h
@@ -438,7 +438,7 @@ static inline void *lock_user_string(abi_ulong guest_addr)
     return lock_user(VERIFY_READ, guest_addr, (long)(len + 1), 1);
 }
 
-/* Helper macros for locking/ulocking a target struct.  */
+/* Helper macros for locking/unlocking a target struct.  */
 #define lock_user_struct(type, host_ptr, guest_addr, copy)	\
     (host_ptr = lock_user(type, guest_addr, sizeof(*host_ptr), copy))
 #define unlock_user_struct(host_ptr, guest_addr, copy)		\
-- 
1.7.9.5

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

* Re: [Qemu-devel] [PATCH] *-user: Fix typo in comment (ulocking -> unlocking)
  2013-09-12 17:57 [Qemu-devel] [PATCH] *-user: Fix typo in comment (ulocking -> unlocking) Stefan Weil
@ 2013-09-12 18:03 ` Peter Maydell
  2013-09-14  8:55 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2013-09-12 18:03 UTC (permalink / raw)
  To: Stefan Weil; +Cc: QEMU Trivial, Blue Swirl, Riku Voipio, qemu-devel

On 12 September 2013 18:57, Stefan Weil <sw@weilnetz.de> wrote:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

-- PMM

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

* Re: [Qemu-devel] [Qemu-trivial] [PATCH] *-user: Fix typo in comment (ulocking -> unlocking)
  2013-09-12 17:57 [Qemu-devel] [PATCH] *-user: Fix typo in comment (ulocking -> unlocking) Stefan Weil
  2013-09-12 18:03 ` Peter Maydell
@ 2013-09-14  8:55 ` Michael Tokarev
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2013-09-14  8:55 UTC (permalink / raw)
  To: Stefan Weil; +Cc: qemu-trivial, Blue Swirl, Riku Voipio, qemu-devel

Thanks, applied to the trivial-patches queue.

/mjt

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

end of thread, other threads:[~2013-09-14  9:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-12 17:57 [Qemu-devel] [PATCH] *-user: Fix typo in comment (ulocking -> unlocking) Stefan Weil
2013-09-12 18:03 ` Peter Maydell
2013-09-14  8:55 ` [Qemu-devel] [Qemu-trivial] " 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.