From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in pr_info message text

Signed-off-by: Colin Ian King <[email protected]>
---
 fs/9p/v9fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c
index 0429c8ee58f1..89bac3d2f05b 100644
--- a/fs/9p/v9fs.c
+++ b/fs/9p/v9fs.c
@@ -343,7 +343,7 @@ static int v9fs_parse_options(struct v9fs_session_info 
*v9ses, char *opts)
                                v9ses->uid = make_kuid(current_user_ns(), uid);
                                if (!uid_valid(v9ses->uid)) {
                                        ret = -EINVAL;
-                                       pr_info("Uknown uid %s\n", s);
+                                       pr_info("Unknown uid %s\n", s);
                                }
                        }
 
-- 
2.17.0

Reply via email to