]> git.baikalelectronics.ru Git - kernel.git/commit
net/9p: correct the variable name in v9fs_get_trans_by_name() comment
authorSun Lianwen <sunlw.fnst@cn.fujitsu.com>
Sat, 5 May 2018 03:29:16 +0000 (11:29 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 May 2018 03:38:15 +0000 (23:38 -0400)
commit81521073258228165a4dc832d681135cf792ba98
tree5c21e3f5dba94e0decf4bdbf912571cf53fc7a7a
parent461a4863d98e7b166aedff2dee8bcd94e5c7f334
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>
net/9p/mod.c