Merge pull request #61 from namjaejeon/cifsd-for-next
authorSteve French <smfrench@gmail.com>
Thu, 15 Jul 2021 01:55:12 +0000 (20:55 -0500)
committerGitHub <noreply@github.com>
Thu, 15 Jul 2021 01:55:12 +0000 (20:55 -0500)
ksmbd-fixes

fs/ksmbd/connection.c

index d7ee0bf..af086d3 100644 (file)
@@ -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 &&