]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
net/9p: Change linuxdoc names to match functions.
authorRob Landley <rob@landley.net>
Sat, 30 Apr 2011 17:56:24 +0000 (12:56 -0500)
committerEric Van Hensbergen <ericvh@gmail.com>
Wed, 25 May 2011 13:46:37 +0000 (08:46 -0500)
As on Jeopardy, my question is in the form of a patch:  Does this have
some special meaning, or is it an accident?  (I looked at other
filesystems but they didn't bother having doc entries for their
init/exit function that I could find.)

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
net/9p/mod.c

index cf8a4128cd5c03560bfb93971779965176bea7dd..72c39827505125b618b7a007b6a1dc23d98b4f4f 100644 (file)
@@ -139,7 +139,7 @@ void v9fs_put_trans(struct p9_trans_module *m)
 }
 
 /**
- * v9fs_init - Initialize module
+ * init_p9 - Initialize module
  *
  */
 static int __init init_p9(void)
@@ -154,7 +154,7 @@ static int __init init_p9(void)
 }
 
 /**
- * v9fs_init - shutdown module
+ * exit_p9 - shutdown module
  *
  */