staging: vme_user: fix check lines not ending with '(' in vme_fake.c
authorAlexon Oliveira <alexondunkan@gmail.com>
Sun, 27 Aug 2023 19:32:52 +0000 (16:32 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Sep 2023 07:49:29 +0000 (09:49 +0200)
commitf6a90f103fb91c18720f8df33e92e6860db51afc
tree360eb526db20a815519bdecd1d3c7f366a07b8f4
parentb25f7cb305b9bc6576edd3e4e256b16ce420be09
staging: vme_user: fix check lines not ending with '(' in vme_fake.c

Fixed all CHECK: Lines should not end with a '('
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/9f3e2facdc4d5e612dc00830c2da0fb19c20f2c5.1693164540.git.alexondunkan@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vme_user/vme_fake.c