Commit 1bff15cd authored by Alexon Oliveira's avatar Alexon Oliveira Committed by Greg Kroah-Hartman
Browse files

staging: vme_user: fix check lines should not end with a '('



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: default avatarAlexon Oliveira <alexondunkan@gmail.com>
Link: https://lore.kernel.org/r/ZNqbDtRjGWq67lDJ@alolivei-thinkpadt480s.gru.csb


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 03d59373
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1267,8 +1267,7 @@ void vme_bus_error_handler(struct vme_bridge *bridge,
}
EXPORT_SYMBOL(vme_bus_error_handler);

struct vme_error_handler *vme_register_error_handler(
	struct vme_bridge *bridge, u32 aspace,
struct vme_error_handler *vme_register_error_handler(struct vme_bridge *bridge, u32 aspace,
						     unsigned long long address, size_t len)
{
	struct vme_error_handler *handler;