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:
parent
4e4437d09c
commit
5cf069f910
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user