Commit 961a5a5028b8ae6fe91f28d5a81696de90b74bc2

Authored by Rob Landley
Committed by Eric Van Hensbergen
1 parent 4a7df24ddc

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>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

... ... @@ -139,7 +139,7 @@
139 139 }
140 140  
141 141 /**
142   - * v9fs_init - Initialize module
  142 + * init_p9 - Initialize module
143 143 *
144 144 */
145 145 static int __init init_p9(void)
... ... @@ -154,7 +154,7 @@
154 154 }
155 155  
156 156 /**
157   - * v9fs_init - shutdown module
  157 + * exit_p9 - shutdown module
158 158 *
159 159 */
160 160