From a9c241d01d0a80209cb7dde76a89f450b0d5a78d Mon Sep 17 00:00:00 2001 From: Namjae Jeon Date: Thu, 15 Jul 2021 10:22:20 +0900 Subject: [PATCH] ksmbd: fix typo in comment Fix typo "openning" -> "opening". Signed-off-by: Namjae Jeon Signed-off-by: Steve French --- fs/ksmbd/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/ksmbd/connection.c b/fs/ksmbd/connection.c index d7ee0bf..af086d3 100644 --- a/fs/ksmbd/connection.c +++ b/fs/ksmbd/connection.c @@ -247,7 +247,7 @@ bool ksmbd_conn_alive(struct ksmbd_conn *conn) /* * Stop current session if the time that get last request from client - * is bigger than deadtime user configured and openning file count is + * is bigger than deadtime user configured and opening file count is * zero. */ if (server_conf.deadtime > 0 && -- 2.7.4