staging: unisys: visornic: reindent to avoid '(' at the end of line

A change to make the code more like typical coding style.

Signed-off-by: Liu Junqi <liujunqi@pku.edu.cn>
Link: https://lore.kernel.org/r/20211125044729.594727-2-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:28 +08:00 committed by Greg Kroah-Hartman
parent a70fc7d0d1
commit 4e4437d09c

View File

@ -1759,9 +1759,8 @@ static void visornic_channel_interrupt(struct visor_device *dev)
if (!devdata)
return;
if (!visorchannel_signalempty(
devdata->dev->visorchannel,
IOCHAN_FROM_IOPART))
if (!visorchannel_signalempty(devdata->dev->visorchannel,
IOCHAN_FROM_IOPART))
napi_schedule(&devdata->napi);
atomic_set(&devdata->interrupt_rcvd, 0);