Re: [PATCH] net/9p: correct the variable name in v9fs_get_trans_by_name() comment
From: Sun Lianwen Date: Sat, 5 May 2018 11:29:16 +0800 > The v9fs_get_trans_by_name(char *s) variable name is not "name" but "s". > > Signed-off-by: Sun Lianwen Applied.
[PATCH] 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 --- net/9p/mod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -1