Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Sun Lianwen and committed by
David S. Miller
3a443bd6 84a2fba2

+1 -1
+1 -1
net/9p/mod.c
··· 104 104 105 105 /** 106 106 * v9fs_get_trans_by_name - get transport with the matching name 107 - * @name: string identifying transport 107 + * @s: string identifying transport 108 108 * 109 109 */ 110 110 struct p9_trans_module *v9fs_get_trans_by_name(char *s)