From: Namjae Jeon Date: Fri, 18 Jun 2021 01:30:46 +0000 (+0900) Subject: ksmbd: fix overly long line X-Git-Tag: v5.15-rc1~183^2~12^2~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79a8a71db4084d7536fc45ed2a33ce7b451ba127;p=thirdparty%2Fkernel%2Fstable.git ksmbd: fix overly long line Fix overly long line. Reviewed-by: Christoph Hellwig Signed-off-by: Namjae Jeon Signed-off-by: Steve French --- diff --git a/fs/cifsd/vfs_cache.c b/fs/cifsd/vfs_cache.c index 71a11128d9080..4cf14c247e9e2 100644 --- a/fs/cifsd/vfs_cache.c +++ b/fs/cifsd/vfs_cache.c @@ -601,12 +601,14 @@ __close_file_table_ids(struct ksmbd_file_table *ft, return num; } -static bool tree_conn_fd_check(struct ksmbd_tree_connect *tcon, struct ksmbd_file *fp) +static bool tree_conn_fd_check(struct ksmbd_tree_connect *tcon, + struct ksmbd_file *fp) { return fp->tcon != tcon; } -static bool session_fd_check(struct ksmbd_tree_connect *tcon, struct ksmbd_file *fp) +static bool session_fd_check(struct ksmbd_tree_connect *tcon, + struct ksmbd_file *fp) { return false; }