mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 12:11:40 +00:00
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: Alexon Oliveira <alexondunkan@gmail.com> Link: https://lore.kernel.org/r/ZNqbDtRjGWq67lDJ@alolivei-thinkpadt480s.gru.csb Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
03d593732d
commit
1bff15cd9f
@ -1267,9 +1267,8 @@ 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,
|
||||
unsigned long long address, size_t len)
|
||||
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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user