Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vme_user: vme_tsi148.c: avoid parenthesis line ending

Adhere to Linux Kernel coding style.

Reported by checkpatch

CHECK: Lines should not end with a '('

Signed-off-by: Antonio Riccio <linux@ariccio.me>
Link: https://lore.kernel.org/r/Z20yIvcQOGHMfufx@stream-circuit
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Antonio Riccio and committed by
Greg Kroah-Hartman
33bd6465 5d4db9cf

+1 -2
+1 -2
drivers/staging/vme_user/vme_tsi148.c
··· 761 761 goto err_resource; 762 762 } 763 763 764 - image->kern_base = ioremap( 765 - image->bus_resource.start, size); 764 + image->kern_base = ioremap(image->bus_resource.start, size); 766 765 if (!image->kern_base) { 767 766 dev_err(tsi148_bridge->parent, "Failed to remap resource\n"); 768 767 retval = -ENOMEM;