diff mbox

remove comment for nonexistent structure member

Message ID 1455783536-27909-1-git-send-email-caoj.fnst@cn.fujitsu.com
State New
Headers show

Commit Message

Cao jin Feb. 18, 2016, 8:18 a.m. UTC
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
---
 include/sysemu/hostmem.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Michael Tokarev March 16, 2016, 11:33 a.m. UTC | #1
18 Feb 2016 11:18, Cao jin wrote
> - * @id: unique identification string in memdev namespace

Applied to -trivial, thanks!
diff mbox

Patch

diff --git a/include/sysemu/hostmem.h b/include/sysemu/hostmem.h
index 1ce4394..82cc6c5 100644
--- a/include/sysemu/hostmem.h
+++ b/include/sysemu/hostmem.h
@@ -45,7 +45,6 @@  struct HostMemoryBackendClass {
  *
  * @parent: opaque parent object container
  * @size: amount of memory backend provides
- * @id: unique identification string in memdev namespace
  * @mr: MemoryRegion representing host memory belonging to backend
  */
 struct HostMemoryBackend {