diff options
author | Rob Landley <rob@landley.net> | 2011-04-30 12:56:24 -0500 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2011-05-25 08:46:37 -0500 |
commit | 961a5a5028b8ae6fe91f28d5a81696de90b74bc2 (patch) | |
tree | 871da82272486b49d9b210026312056752913d2e /net/9p/mod.c | |
parent | 4a7df24ddc7097cd789a7527187826552ea0765e (diff) | |
download | blackbird-obmc-linux-961a5a5028b8ae6fe91f28d5a81696de90b74bc2.tar.gz blackbird-obmc-linux-961a5a5028b8ae6fe91f28d5a81696de90b74bc2.zip |
net/9p: Change linuxdoc names to match functions.
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>
Diffstat (limited to 'net/9p/mod.c')
-rw-r--r-- | net/9p/mod.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/9p/mod.c b/net/9p/mod.c index cf8a4128cd5c..72c398275051 100644 --- a/net/9p/mod.c +++ b/net/9p/mod.c @@ -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 * */ |