]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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 967663ad63a0f9e0f87654f5b0c9855ecd0e28a5..a592fdf043136b3c3c91d022f61549982cd92607 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) {