mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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>
This commit is contained in:
parent
20198dd98c
commit
4948dbb78d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user