aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSun Lianwen <sunlw.fnst@cn.fujitsu.com>2018-05-05 11:29:16 +0800
committerDavid S. Miller <davem@davemloft.net>2018-05-07 23:38:15 -0400
commit3a443bd6dd7c43bf5763779309514bf3e7c1c3eb (patch)
tree5c21e3f5dba94e0decf4bdbf912571cf53fc7a7a
parentvlan: correct the file path in vlan_dev_change_flags() comment (diff)
downloadlinux-dev-3a443bd6dd7c43bf5763779309514bf3e7c1c3eb.tar.xz
linux-dev-3a443bd6dd7c43bf5763779309514bf3e7c1c3eb.zip
net/9p: correct the variable name in v9fs_get_trans_by_name() comment
The v9fs_get_trans_by_name(char *s) variable name is not "name" but "s". Signed-off-by: Sun Lianwen <sunlw.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/9p/mod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/9p/mod.c b/net/9p/mod.c
index 6ab36aea7727..eb9777f05755 100644
--- a/net/9p/mod.c
+++ b/net/9p/mod.c
@@ -104,7 +104,7 @@ EXPORT_SYMBOL(v9fs_unregister_trans);
/**
* v9fs_get_trans_by_name - get transport with the matching name
- * @name: string identifying transport
+ * @s: string identifying transport
*
*/
struct p9_trans_module *v9fs_get_trans_by_name(char *s)