staging: vme_user: fix check unnecessary blank lines in vme_fake.c
authorAlexon Oliveira <alexondunkan@gmail.com>
Sun, 27 Aug 2023 19:32:54 +0000 (16:32 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2023 07:49:29 +0000 (09:49 +0200)
Fixed all CHECK: Blank lines aren't necessary before a close brace '}'
as reported by checkpatch to adhere to the Linux kernel
coding-style guidelines.

Signed-off-by: Alexon Oliveira <alexondunkan@gmail.com>
Link: https://lore.kernel.org/r/dde6f13f92a7cb17e01aceaeabe790656078326e.1693164540.git.alexondunkan@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme_user/vme_fake.c

index dbaf050f88e5251f136f6520e9ef0fbbcb417509..4258ed6033e710b6697b771ca86c2dc4723adab3 100644 (file)
@@ -584,7 +584,6 @@ static ssize_t fake_master_read(struct vme_master_resource *image, void *buf,
                                        aspace, cycle);
                        done += 1;
                }
-
        }
 
        if ((dwidth == VME_D16) || (dwidth == VME_D32)) {
@@ -770,7 +769,6 @@ static ssize_t fake_master_write(struct vme_master_resource *image, void *buf,
                                       aspace, cycle);
                        done += 1;
                }
-
        }
 
        if ((dwidth == VME_D16) || (dwidth == VME_D32)) {