summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-08-18 09:29:46 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-08-25 17:16:06 -0700
commitd283f0c62e331fc3516e6e25d1500de799712207 (patch)
tree7fa490213f1285ffb2161f6cb3e11b1ae92d19bd /drivers
parent566a17405a4884ccec365fbbbb96b2c7b0c9fbb6 (diff)
staging: unisys: fix spacing in uisthread.c
Fix the missing blank line between code and declarations in uisthread.c. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/unisys/uislib/uisthread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/unisys/uislib/uisthread.c b/drivers/staging/unisys/uislib/uisthread.c
index c93ab04c3cf..c0fc812f751 100644
--- a/drivers/staging/unisys/uislib/uisthread.c
+++ b/drivers/staging/unisys/uislib/uisthread.c
@@ -62,6 +62,7 @@ uisthread_stop(struct uisthread_info *thrinfo)
{
int ret;
int stopped = 0;
+
if (thrinfo->id == 0)
return; /* thread not running */