Staging: unisys: visorhba: alignment should match open parenthesis
authorLeonardo Araujo <leonardo.aa88@gmail.com>
Mon, 7 Feb 2022 04:42:30 +0000 (01:42 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Feb 2022 09:34:53 +0000 (10:34 +0100)
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>
drivers/staging/unisys/visorhba/visorhba_main.c

index 8eee131e834d45ce5aabed15a6807521a1b5b054..48aa18f8b984ce04374b125ca2a7f5401a358f17 100644 (file)
@@ -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;