mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-08 00:29:36 -04:00
staging: vme_user: fix check unnecessary blank lines in vme_fake.c
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f6a90f103f
commit
571fa9b513
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user