Skip to content

Commit

Permalink
net/9p: Change linuxdoc names to match functions.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Landley authored and Eric Van Hensbergen committed May 25, 2011
1 parent 4a7df24 commit 961a5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/9p/mod.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -154,7 +154,7 @@ static int __init init_p9(void)
}

/**
* v9fs_init - shutdown module
* exit_p9 - shutdown module
*
*/

Expand Down

0 comments on commit 961a5a5

Please sign in to comment.