cifs: trivial style fixup
authorSteve French <stfrench@microsoft.com>
Mon, 1 Aug 2022 06:36:46 +0000 (01:36 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 1 Aug 2022 06:37:38 +0000 (01:37 -0500)
missing blank line after declaration

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/file.c

index 967663a..a592fdf 100644 (file)
@@ -4456,6 +4456,7 @@ static void cifs_readahead(struct readahead_control *ractl)
                                 * by the cache.
                                 */
                                struct folio *folio = readahead_folio(ractl);
+
                                last_batch_size = folio_nr_pages(folio);
                                if (cifs_readpage_from_fscache(ractl->mapping->host,
                                                               &folio->page) < 0) {