diff options
author | Namjae Jeon <namjae.jeon@samsung.com> | 2021-07-15 04:22:20 +0300 |
---|---|---|
committer | Namjae Jeon <namjae.jeon@samsung.com> | 2021-07-15 04:25:30 +0300 |
commit | a9c241d01d0a80209cb7dde76a89f450b0d5a78d (patch) | |
tree | 92332f11e89c48416c5bcee8b2d6b0b74dee875e /fs/ksmbd | |
parent | 0a427cc638ada13a703b044f38f4b01628c4e620 (diff) | |
download | linux-a9c241d01d0a80209cb7dde76a89f450b0d5a78d.tar.xz |
ksmbd: fix typo in comment
Fix typo "openning" -> "opening".
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/ksmbd')
-rw-r--r-- | fs/ksmbd/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ksmbd/connection.c b/fs/ksmbd/connection.c index d7ee0bfb5838..af086d35398a 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 && |