[PATCH] mm: fix memory.c incorrect kernel-doc

From: Randy Dunlap
Date: Sat Mar 26 2011 - 16:28:27 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix mm/memory.c incorrect kernel-doc function notation:

Warning(mm/memory.c:3718): Cannot understand * @access_remote_vm - access another process' address space
on line 3718 - I thought it was a doc line

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
mm/memory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.38-git18.orig/mm/memory.c
+++ linux-2.6.38-git18/mm/memory.c
@@ -3715,7 +3715,7 @@ static int __access_remote_vm(struct tas
}

/**
- * @access_remote_vm - access another process' address space
+ * access_remote_vm - access another process' address space
* @mm: the mm_struct of the target address space
* @addr: start address to access
* @buf: source or destination buffer
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/