From: Namjae Jeon Date: Thu, 15 Jul 2021 01:22:20 +0000 (+0900) Subject: ksmbd: fix typo in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a9c241d01d0a80209cb7dde76a89f450b0d5a78d;p=linux.git ksmbd: fix typo in comment Fix typo "openning" -> "opening". Signed-off-by: Namjae Jeon Signed-off-by: Steve French --- diff --git a/fs/ksmbd/connection.c b/fs/ksmbd/connection.c index d7ee0bfb58386..af086d35398ae 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 &&