staging: unisys: visornic: reindent to avoid '(' at the end of line
authorLiu Junqi <liujunqi@pku.edu.cn>
Thu, 25 Nov 2021 04:47:28 +0000 (12:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 16:38:53 +0000 (17:38 +0100)
A change to make the code more like typical coding style.

Signed-off-by: Liu Junqi <liujunqi@pku.edu.cn>
Link: https://lore.kernel.org/r/20211125044729.594727-2-liujunqi@pku.edu.cn
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visornic/visornic_main.c

index 18be806..aec0db2 100644 (file)
@@ -1759,9 +1759,8 @@ static void visornic_channel_interrupt(struct visor_device *dev)
        if (!devdata)
                return;
 
-       if (!visorchannel_signalempty(
-                                  devdata->dev->visorchannel,
-                                  IOCHAN_FROM_IOPART))
+       if (!visorchannel_signalempty(devdata->dev->visorchannel,
+                                     IOCHAN_FROM_IOPART))
                napi_schedule(&devdata->napi);
 
        atomic_set(&devdata->interrupt_rcvd, 0);