Commit a9c241d0 authored by Namjae Jeon's avatar Namjae Jeon

ksmbd: fix typo in comment

Fix typo "openning" -> "opening".
Signed-off-by: default avatarNamjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: default avatarSteve French <stfrench@microsoft.com>
parent 0a427cc6
......@@ -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 &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment