summaryrefslogtreecommitdiffstats
path: root/fs/9p/vfs_addr.c
diff options
context:
space:
mode:
authorEric Van Hensbergen2008-03-05 14:08:09 +0100
committerEric Van Hensbergen2008-05-15 02:23:25 +0200
commitee443996a35c1e04f210cafd43d5a98d41e46085 (patch)
tree58ee72b69a02d9dbb3a98e402a4561baba0eb9a8 /fs/9p/vfs_addr.c
parentadd match_strlcpy() us it to make v9fs make uname and remotename parsing more... (diff)
downloadkernel-qcow2-linux-ee443996a35c1e04f210cafd43d5a98d41e46085.tar.gz
kernel-qcow2-linux-ee443996a35c1e04f210cafd43d5a98d41e46085.tar.xz
kernel-qcow2-linux-ee443996a35c1e04f210cafd43d5a98d41e46085.zip
9p: Documentation updates
The kernel-doc comments of much of the 9p system have been in disarray since reorganization. This patch fixes those problems, adds additional documentation and a template book which collects the 9p information. Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'fs/9p/vfs_addr.c')
-rw-r--r--fs/9p/vfs_addr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/9p/vfs_addr.c b/fs/9p/vfs_addr.c
index 6248f0e727a3..97d3aed57983 100644
--- a/fs/9p/vfs_addr.c
+++ b/fs/9p/vfs_addr.c
@@ -43,7 +43,7 @@
/**
* v9fs_vfs_readpage - read an entire page in from 9P
*
- * @file: file being read
+ * @filp: file being read
* @page: structure to page
*
*/