staging: unisys: visornic: removed a blank line at the end of function

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>
This commit is contained in:
Liu Junqi 2021-11-25 12:47:29 +08:00 committed by Greg Kroah-Hartman
parent 4e4437d09c
commit 5cf069f910

View 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