qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Fix copy&paste typos in documentation comments
@ 2012-08-21 21:31 BALATON Zoltan
  2012-08-22  2:24 ` [Qemu-trivial] [Qemu-devel] " 陳韋任 (Wei-Ren Chen)
  0 siblings, 1 reply; 2+ messages in thread
From: BALATON Zoltan @ 2012-08-21 21:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial


Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
  memory.h |   11 ++++++-----
  1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/memory.h b/memory.h
index bd1bbae..aba5721 100644
--- a/memory.h
+++ b/memory.h
@@ -252,9 +252,9 @@ void memory_region_init_ram(MemoryRegion *mr,
                              uint64_t size);

  /**
- * memory_region_init_ram:  Initialize RAM memory region from a user-provided.
- *                          pointer.  Accesses into the region will modify
- *                          memory directly.
+ * memory_region_init_ram_ptr:  Initialize RAM memory region from a
+ *                          user-provided pointer.  Accesses into the
+ *                          region will modify memory directly.
   *
   * @mr: the #MemoryRegion to be initialized.
   * @name: the name of the region.
@@ -581,7 +581,8 @@ void memory_region_add_subregion(MemoryRegion *mr,
                                   target_phys_addr_t offset,
                                   MemoryRegion *subregion);
  /**
- * memory_region_add_subregion: Add a subregion to a container, with overlap.
+ * memory_region_add_subregion_overlap: Add a subregion to a container
+ *                                      with overlap.
   *
   * Adds a subregion at @offset.  The subregion may overlap with other
   * subregions.  Conflicts are resolved by having a higher @priority hide a
@@ -743,7 +744,7 @@ void memory_listener_unregister(MemoryListener *listener);
  void memory_global_dirty_log_start(void);

  /**
- * memory_global_dirty_log_stop: begin dirty logging for all regions
+ * memory_global_dirty_log_stop: end dirty logging for all regions
   */
  void memory_global_dirty_log_stop(void);

-- 
1.7.10


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

* Re: [Qemu-trivial] [Qemu-devel] [PATCH] Fix copy&paste typos in documentation comments
  2012-08-21 21:31 [Qemu-trivial] [PATCH] Fix copy&paste typos in documentation comments BALATON Zoltan
@ 2012-08-22  2:24 ` 陳韋任 (Wei-Ren Chen)
  0 siblings, 0 replies; 2+ messages in thread
From: 陳韋任 (Wei-Ren Chen) @ 2012-08-22  2:24 UTC (permalink / raw)
  To: BALATON Zoltan; +Cc: qemu-trivial, qemu-devel

On Tue, Aug 21, 2012 at 11:31:26PM +0200, BALATON Zoltan wrote:
> 
> Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
> ---
>   memory.h |   11 ++++++-----
>   1 file changed, 6 insertions(+), 5 deletions(-)
> 
> diff --git a/memory.h b/memory.h
> index bd1bbae..aba5721 100644
> --- a/memory.h
> +++ b/memory.h
> @@ -252,9 +252,9 @@ void memory_region_init_ram(MemoryRegion *mr,
>                               uint64_t size);
> 
>   /**
> - * memory_region_init_ram:  Initialize RAM memory region from a user-provided.
> - *                          pointer.  Accesses into the region will modify
> - *                          memory directly.
> + * memory_region_init_ram_ptr:  Initialize RAM memory region from a
> + *                          user-provided pointer.  Accesses into the
> + *                          region will modify memory directly.
                               ^^^

  Would be better if you make it align. 

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj


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

end of thread, other threads:[~2012-08-22  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-21 21:31 [Qemu-trivial] [PATCH] Fix copy&paste typos in documentation comments BALATON Zoltan
2012-08-22  2:24 ` [Qemu-trivial] [Qemu-devel] " 陳韋任 (Wei-Ren Chen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).