ksmbd: fix overly long line
authorNamjae Jeon <namjae.jeon@samsung.com>
Fri, 18 Jun 2021 01:30:46 +0000 (10:30 +0900)
committerNamjae Jeon <namjae.jeon@samsung.com>
Tue, 22 Jun 2021 07:12:49 +0000 (16:12 +0900)
Fix overly long line.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifsd/vfs_cache.c

index 71a1112..4cf14c2 100644 (file)
@@ -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;
 }