staging: unisys: visornic: removed a blank line at the end of function
authorLiu Junqi <liujunqi@pku.edu.cn>
Thu, 25 Nov 2021 04:47:29 +0000 (12:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 16:38:53 +0000 (17:38 +0100)
Removed a blank line at the end of function to clear checkpatch warning
and make it more like typical coding style.

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

index aec0db2..6434324 100644 (file)
@@ -1764,7 +1764,6 @@ static void visornic_channel_interrupt(struct visor_device *dev)
                napi_schedule(&devdata->napi);
 
        atomic_set(&devdata->interrupt_rcvd, 0);
-
 }
 
 /* visornic_probe - probe function for visornic devices