staging: vme_user: fix check blank lines not necessary
authorAlexon Oliveira <alexondunkan@gmail.com>
Mon, 14 Aug 2023 21:10:52 +0000 (18:10 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Aug 2023 13:47:28 +0000 (15:47 +0200)
commit03d593732dbc51d76a15c0b8e1f07af9b027ff1e
tree22f889175835ab40a341e7a1382095c4f7980edc
parentbe6cded374cc8afa364a362f05d427d3729c9d43
staging: vme_user: fix check blank lines not necessary

Fixed all CHECK: Blank lines aren't necessary after an open brace '{'
and 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/ZNqYXAe/wIRl8qEe@alolivei-thinkpadt480s.gru.csb
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme_user/vme.c