aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/visornic/visornic_main.c
diff options
context:
space:
mode:
authorLiu Junqi <liujunqi@pku.edu.cn>2021-11-25 12:47:29 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-25 17:38:53 +0100
commit5cf069f910c5c87055fb970a8103f0ad38ba7143 (patch)
tree9008dcd22ccd9c918ca4c3cf53e942ebfd854d3e /drivers/staging/unisys/visornic/visornic_main.c
parentstaging: unisys: visornic: reindent to avoid '(' at the end of line (diff)
downloadlinux-dev-5cf069f910c5c87055fb970a8103f0ad38ba7143.tar.xz
linux-dev-5cf069f910c5c87055fb970a8103f0ad38ba7143.zip
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>
Diffstat (limited to 'drivers/staging/unisys/visornic/visornic_main.c')
-rw-r--r--drivers/staging/unisys/visornic/visornic_main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/unisys/visornic/visornic_main.c b/drivers/staging/unisys/visornic/visornic_main.c
index aec0db28126d..643432458105 100644
--- a/drivers/staging/unisys/visornic/visornic_main.c
+++ b/drivers/staging/unisys/visornic/visornic_main.c
@@ -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