diff options
author | Liu Junqi <liujunqi@pku.edu.cn> | 2021-11-25 12:47:29 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-25 17:38:53 +0100 |
commit | 5cf069f910c5c87055fb970a8103f0ad38ba7143 (patch) | |
tree | 9008dcd22ccd9c918ca4c3cf53e942ebfd854d3e /drivers/staging/unisys | |
parent | 4e4437d09cbeb1babbf7986414ff9f23679c76a6 (diff) |
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')
-rw-r--r-- | drivers/staging/unisys/visornic/visornic_main.c | 1 |
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 |