From: Xiongfeng Wang Date: Sat, 27 Mar 2021 08:15:52 +0000 (+0800) Subject: net: 9p: Correct function name errstr2errno() in the kerneldoc comments X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8bf94a92505e6e9d46a76230b4900238685aa2ae;p=linux.git net: 9p: Correct function name errstr2errno() in the kerneldoc comments Fix the following W=1 kernel build warning(s): net/9p/error.c:207: warning: expecting prototype for errstr2errno(). Prototype was for p9_errstr2errno() instead Reported-by: Hulk Robot Signed-off-by: Xiongfeng Wang Signed-off-by: David S. Miller --- diff --git a/net/9p/error.c b/net/9p/error.c index 231f355fa9c6f..61c18daf3050a 100644 --- a/net/9p/error.c +++ b/net/9p/error.c @@ -197,7 +197,7 @@ int p9_error_init(void) EXPORT_SYMBOL(p9_error_init); /** - * errstr2errno - convert error string to error number + * p9_errstr2errno - convert error string to error number * @errstr: error string * @len: length of error string *