aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Araujo <leonardo.aa88@gmail.com>2022-02-07 01:42:30 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-02-08 10:34:53 +0100
commit4948dbb78d53a69a5637b9651f5e4a573ad9bca3 (patch)
tree2a99a0edd68443f774efad47ca880a5402926d0d
parentstaging: gdm724x: Replace one-element array with flexible-array member (diff)
downloadlinux-dev-4948dbb78d53a69a5637b9651f5e4a573ad9bca3.tar.xz
linux-dev-4948dbb78d53a69a5637b9651f5e4a573ad9bca3.zip
Staging: unisys: visorhba: alignment should match open parenthesis
Fixed a coding style issue. Signed-off-by: Leonardo Araujo <leonardo.aa88@gmail.com> Link: https://lore.kernel.org/r/20220207044230.19918-1-leonardo.aa88@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/unisys/visorhba/visorhba_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visorhba/visorhba_main.c b/drivers/staging/unisys/visorhba/visorhba_main.c
index 8eee131e834d..48aa18f8b984 100644
--- a/drivers/staging/unisys/visorhba/visorhba_main.c
+++ b/drivers/staging/unisys/visorhba/visorhba_main.c
@@ -192,7 +192,7 @@ static struct uiscmdrsp *get_scsipending_cmdrsp(struct visorhba_devdata *ddata,
* @result: The location to place the result of the event handle into
*/
static int setup_scsitaskmgmt_handles(struct xarray *xa, struct uiscmdrsp *cmdrsp,
- wait_queue_head_t *event, int *result)
+ wait_queue_head_t *event, int *result)
{
int ret;
u32 id;